tartiflette/app/templates/index.html
2018-01-30 13:43:18 -05:00

8 lines
166 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<span class="mx-auto">
Choose something from the navbar ;)
</span>
</div>
{% endblock %}