canaille-globuzma/canaille/templates/home.html
2021-10-29 17:05:32 +02:00

7 lines
113 B
HTML

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