2025-05-16 23:11:08 +02:00

12 lines
248 B
HTML

{% extends "base.html" %}
{% import "macros.html" as macros %}
{% block content %}
<div class="m-3">
<h1>Rustlings</h1>
{{ section.content | replace(from="<!-- toc -->", to=macros::toc() ) | safe }}
</div>
{% endblock %}