{% extends "base.html" %}

{% block content %}

<p>
    hiii!
</p>
<hr/>
<p>
    made with askama (C)
</p>

{% endblock %}