mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +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 %}
|