templates: add base mellon template for error pages (#40987)

This commit is contained in:
Frédéric Péters 2020-03-24 19:40:22 +01:00
parent 423d66ea97
commit 6e89656322
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends theme_base %}
{% block extra_scripts %}
{% block mellon_extra_scripts %}
{% endblock %}
{% endblock %}
{% block content %}
{% block mellon_content %}
{% endblock %}
{% endblock %}