summaryrefslogtreecommitdiff
path: root/website/templates/index.html
blob: 0d2b2e3986d93a9353ea1b8b835b29bacff9d21c (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content %}
    <div class="m-3">
        <h1>Rustlings</h1>

        {{ section.content | safe }}
    </div>
{% endblock %}