mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-17 01:32:35 +02:00
10 lines
160 B
HTML
10 lines
160 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="m-3">
|
|
<h1>Rustlings</h1>
|
|
|
|
{{ section.content | safe }}
|
|
</div>
|
|
{% endblock %}
|