X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/64ff825aec91fd0f914d05cf17cd299be83b165c..19f1b5d2a1730f8e37c8fc5585d30b99e70a8575:/data/templates/base.htm diff --git a/data/templates/base.htm b/data/templates/base.htm index d0c3cee..fabfd52 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -1,17 +1,102 @@ + - - - {% block title %}{% endblock %} - Phorkie + + + + + + + {% if css %} + + {% endif %} + {% if iconpng %} + + {% endif %} + {% block title %}{% endblock %} - {{title}} + + + + {% block meta %}{% endblock %} - -
{% block content %}{% endblock %}
+ {{topbar|raw}} + + +
+
+
+ {% if suggestSetupCheck %} +
+ No configuration file found. + Visit the setup check page for more information. +
+ {% endif %} + {% block content %}{% endblock %} +
+
+
+ {% block sidebar %}{% endblock %} +
+
+
+ + + {% if autologin %} + + {% endif %} - \ No newline at end of file +