Your IP : 216.73.217.112


Current Path : /home/zieirix/www/media/gantry5/engines/nucleus/twig/
Upload File :
Current File : /home/zieirix/www/media/gantry5/engines/nucleus/twig/component.html.twig

{% extends "partials/page.html.twig" %}

{% block page_body -%}
    <body{{ gantry.page.bodyAttributes({'class': [offcanvas_position, gantry.page.preset, 'g-style-' ~ gantry.theme.preset]})|raw }}>
    {{ gantry.config.page.body.body_top|raw }}
    {{ page_top|raw }}
    {{ page_layout|raw }}
    {{ page_bottom|raw }}
    {{ page_footer|raw }}
    {{ gantry.config.page.body.body_bottom|raw }}
    </body>
{%- endblock %}

{% block page_layout %}
    {% do gantry.theme.joomla(true) %}
    <div class="platform-content row-fluid">
        <div class="span12">
            <jdoc:include type="message" />
            <jdoc:include type="component" />
        </div>
    </div>
{% endblock %}