mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
8 lines
166 B
HTML
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 %}
|