summaryrefslogtreecommitdiff
path: root/website/templates/index.html
blob: 5877765154417ff612c1d9438febe2dfbf6c4b1d (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 | replace(from="<!-- toc -->", to=macros::toc() ) | safe }}
    </div>
{% endblock %}