First commit

This commit is contained in:
Andros Fenollosa
2017-05-17 20:16:30 +02:00
commit f056300d27
26 changed files with 1631 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends 'layouts/master.html' %}
{% block title %}Dashboard{% endblock %}
{% block body %}
<h1>Dashboard</h1>
{% endblock %}