{% block head %} {% endblock %}
Home
Examples
Contact
{% if _errors %}
{% for err in _errors %}
{{err}}
{% endfor %}
{% endif %} {% if _infos %}
{% for msg in _infos %}
{{msg}}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block beforeEndBody %}{% endblock %}