{% block raw_head %} {% from 'macros/metadata.html' import metadata with context %} {{ metadata({ 'title': _('Admin'), 'description': 'Administration', 'keywords': ['administration'], 'robots': 'noindex', }) }} {% if 'common.css' is in_manifest %} {% endif %} {% block theme_css %}{% endblock %} {% block extra_head %}{% endblock %} {% endblock raw_head %}
{% block theme_js %}{% endblock %}