{{ config.appName }}{% if pageTitle is defined %}{{ ' - ' ~ pageTitle }}{% endif %}
{# gogocarto contains materializeCss lib, so we load it for all pages #}
{% block stylesheets %}
{% endblock %}
{% include 'custom-head.html.twig' %}
{# use this class to load the css vendors encapsulated inside gogocarto.css #}
{# Header with navigation links, login button... #}
{% if not hideHeader is defined %}
{% include 'header.html.twig' %}
{% endif %}
{% block body %}
{% endblock %}
{# Mains javascripts libs #}
{# Block to add custom javascript to each page #}
{% block javascripts %}
{% endblock %}
{% block modals %}
{% endblock %}