canaille-globuzma/canaille/templates/home.html
2021-12-20 23:57:27 +01:00

7 lines
125 B
HTML

{% extends theme('base.html') %}
{% block content %}
<div class="ui segment">
Welcome
</div>
{% endblock %}