{# Base full page template, which all other page templates should extend. Blocks: content: Primary content of page, will be placed within the tag. Parameters: path_base: Base path on which the page will be uhoetans breadcrumbs: An optional list of breadcrumb items. #}
{% if breadcrumbs %} {% endif %}
{% block content %}{% endblock %}
{# ft: jinja #}