tracman-server/views/short.html

14 lines
240 B
HTML

{% extends 'templates/base.html' %}
{% block title %}{{super()}} | Short page test{% endblock %}
{% block main %}
<section class='container'>
<h1>Test</h1>
<p>This is a test of a short page. </p>
</section>
{% endblock %}