mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-06 13:54:47 +00: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 %}
|