12 lines
230 B
HTML
12 lines
230 B
HTML
{% extends 'default/templates/renderable/renderable.html' %}
|
|
|
|
{% block footer %}
|
|
|
|
{{ super() }}
|
|
|
|
{% if mode not in ('full', 'inline') and content.menu %}
|
|
{{ content.menu.render() }}
|
|
{% endif %}
|
|
|
|
{% endblock %}
|