{% block head %}
{% if charset is defined %}
{% endif %}
{% if viewport is defined %}
{% endif %}
{% if baseUrl is defined %}
{% endif %}
{% block favicon %}{% endblock %}
{% if htmlHeadTitle is defined %}
{{ htmlHeadTitle }}
{% endif %}
{% if metaDescription is defined and metaDescription != '' %}
{% endif %}
{% if canonical is defined %}
{% endif %}
{% block stylesheets %}
{% endblock %}
{% block javascripts %}
{% endblock %}
{% endblock %}
{% block body %}{% endblock %}