{% load statici18n %} {% load i18n %} {% load static %} {% load compress %} ephios - {% block title %} ephios {% endblock %} {% for icon in PWA_APP_ICONS %} {% endfor %} {% for splash in PWA_APP_SPLASH_SCREEN %} {% endfor %} {% with PWA_APP_ICONS|last as icon %} {% endwith %} {% compress css %} {% block css %}{% endblock %} {% endcompress %} {# as of 2021-06-14, the statici18n tag misbehaves with compression when 500 errors occur #} {% compress js %} {% block javascript %}{% endblock %} {% endcompress %} {% block html_head %} {% endblock %}
Loading...
{% for message in messages %} {% endfor %}
{% block content %}{% endblock %}