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

{% import "macros.html" as macros %}

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

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