8 lines
175 B
HTML
8 lines
175 B
HTML
{% extends 'default/templates/renderable/renderable.html' %}
|
|
|
|
{% block content %}
|
|
{% if content.menu %}
|
|
{{ content.menu.render() }}
|
|
{% endif %}
|
|
{% endblock %}
|