1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-17 01:32:35 +02:00
Files
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 %}