{# Set the "user" variable for all derived templates. #} {% set user = user() %} {# This template is used as base to wrap every page. # It contains header and footer HTML. #}
{# For custom #} {% block meta %}{% endblock %} {# For custom CSS styles #} {% block css %}{% endblock %}