mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-06 13:54:47 +00:00
12 lines
198 B
HTML
12 lines
198 B
HTML
{% extends "base.html" %}
|
|
|
|
{% import "macros.html" as macros %}
|
|
|
|
{% block content %}
|
|
<div class="m-3">
|
|
<h1>Rustlings</h1>
|
|
|
|
{{ section.content | safe }}
|
|
</div>
|
|
{% endblock %}
|