1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-08 22:36:55 +02:00
Files
rustlings/website/templates/index.html

10 lines
160 B
HTML
Raw Permalink Normal View History

2025-05-16 23:11:08 +02:00
{% extends "base.html" %}
{% block content %}
<div class="m-3">
<h1>Rustlings</h1>
2025-05-17 15:49:26 +02:00
{{ section.content | safe }}
2025-05-16 23:11:08 +02:00
</div>
{% endblock %}