diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..8234860 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,26 @@ + + + + + + {% block title %}{% endblock %} + + {% block head %}{% endblock %} + + +
{% block content %}{% endblock %}
+ + + diff --git a/templates/index.html b/templates/index.html index 98dda6c..a464aeb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,130 +1,94 @@ - - - - - - Orario scolastico - - - - - - -
- - - - -

Errore: non è stato possibile caricare l'orario.

-
-
- - - + #table-title { + text-align: center; + } + +{% endblock %} {%block content %} + + + + +

Errore: non è stato possibile caricare l'orario.

+
+{% endblock %}