2024-04-22 21:29:28 +00:00
|
|
|
{% extends 'default/templates/renderable/renderable.html' %}
|
2024-04-12 19:22:00 +00:00
|
|
|
|
2024-06-03 15:50:44 +00:00
|
|
|
{% block footer %}
|
2024-05-21 03:58:28 +00:00
|
|
|
|
|
|
|
{{ super() }}
|
|
|
|
|
2024-06-11 18:31:28 +00:00
|
|
|
{% if mode not in ('full', 'inline') and content.menu %}
|
|
|
|
{{ content.menu.render() }}
|
2024-04-12 19:22:00 +00:00
|
|
|
{% endif %}
|
2024-05-21 03:58:28 +00:00
|
|
|
|
2024-04-12 19:22:00 +00:00
|
|
|
{% endblock %}
|