aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
blob: b2cc5f42d4af9ee02ea388fe3b1a4f3b8e839102 (plain)
1
2
3
4
5
6
{% include "head.html" %}
<div class="">
  Dashboard!
</div>
{% include "foot.html" %}
{# vi:set et sw=2 ts=2: #}