{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %}{% endblock %} {% block javascripts %}{% endblock %} {% block main %} {% if containerType is not defined %} {% set containerType = 'container-fluid' %} {% endif %} {% if hasSidebar is not defined %} {% set hasSidebar = true %} {% endif %} {% if showSidebar is not defined %} {% set showSidebar = true %} {% endif %}
{% if hasSidebar %}
{% endif %}
{% block content %}{% endblock %}
{% endblock %}