summaryrefslogtreecommitdiff
path: root/views/index.html
blob: e98e8e5f80e2dc7f479baa6ffc45d1d9b1d8d749 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}
    <h1>Index</h1>
    <p class="important">Welcome to my awesome homepage.</p>
{% endblock %}