{% import "macros.html" as macros %} {% set title = titulo|default("Cacao Accounting") %} {{ macros.headertags() }} {{ title }}
{{ macros.cabecera() }} {{ macros.barralateral() }} {%- if TESTING -%} {%- endif -%}
{%- if TESTING-%}
{% block test %} {% endblock %} {%- endif -%}
{% block contenido %} {% endblock %}