{% extends "base.html" %} {% from 'cc_license.html' import license %} {# this template contains uikit specific settings #} {% block head %} {{ super() }} {# todo: change to minified version for production #} {# todo: rename jquery ? #} {% if STYLE == "almost-flat" %} {% elif STYLE == "gradient" %} {% else %} {% endif %} {% block titlename %}{% endblock titlename %} | {{SITENAME}} {% endblock head %} {% block body %} {% if DEVELOP %}
DEVELOP is True. This means that non-minified css/js/… is used and you'll see warnings. Set DEVELOP=False for production.
{% endif %}
{% block content %} {% endblock content %}
{% endblock %}