aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 10c777f55116c71eadef94c14d677969ba136e1f (plain)
1
2
3
4
5
{% extends "base.html" %}

{% block main %}
<h1>Hello, world!</h1>
{% endblock main %}