X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/64ff825aec91fd0f914d05cf17cd299be83b165c..8b86653c2471e04429ae9fec19dc33fcb5e5c059:/data/templates/base.htm diff --git a/data/templates/base.htm b/data/templates/base.htm index d0c3cee..8f09ffb 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -1,17 +1,104 @@ + - + - - {% block title %}{% endblock %} - Phorkie + + + + + + {% if css %} + + {% endif %} + {% if iconpng %} + + {% else %} + + {% 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 +