1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-03-10 10:08:21 +01:00
rustlings/website/templates/index.html
2025-05-17 19:53:30 +02:00

10 lines
160 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="m-3">
<h1>Rustlings</h1>
{{ section.content | safe }}
</div>
{% endblock %}