{# Breadcrumbs #} {% if breadcrumb %} {% block breadcrumb %} {{ breadcrumb }} {% endblock %} {% endif %} {# Action Links #} {% if action_links %} {% block action_links %} {% endblock %} {% endif %} {# Help #} {% if page.help %} {% block help %} {{ page.help }} {% endblock %} {% endif %} {# Content #} {% set content_classes = [ page.sidebar_first and page.sidebar_second ? 'col-sm-12', page.sidebar_first and page.sidebar_second is empty ? 'col-sm-12', page.sidebar_second and page.sidebar_first is empty ? 'col-sm-12', page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12' ] %} {# Content #} {% block content %} {{ page.content }}
{# Sidebar First #} {% if page.sidebar_first %} {% block sidebar_first %} {{ page.sidebar_first }} {% endblock %} {% endif %}
{# Sidebar Second #} {% if page.sidebar_second %} {% block sidebar_second %} {{ page.sidebar_second }} {% endblock %} {% endif %}
{# Sidebar Second #} {% if page.sidebar_third %} {% block sidebar_third %} {{ page.sidebar_third }} {% endblock %} {% endif %}
{% endblock %}