layout.html 204 Bytes
Newer Older
maming's avatar
maming committed
1
2
3
4
5
6
7
8
{# Extend the base theme layout #}
{% extends "!layout.html" %}

{# Add custom favicon links to the head section #}
{% block extrahead %}
    {{ super() }}
    {% include "favicon.html" %}
{% endblock %}