7 lines
138 B
HTML
7 lines
138 B
HTML
<!-- prettier-ignore -->
|
|
{% extends "!layout.html" %}
|
|
{%- block extrahead -%}
|
|
{% include 'extrahead.html' %}
|
|
{{ super() }}
|
|
{% endblock %}
|