blob: 78ebebf8e16498597591c5283c1eadd775050926 (
plain)
1
2
3
4
5
6
7
|
{% extends "base.html" %}
{% block content %}
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
<h1 class="h2">Dashboard</h1>
</div>
{% endblock %}
|