Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_gantry5/templates/partials/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_gantry5/templates/partials/page.html.twig

{% assets with { priority: 10 } %}
    {% block stylesheets %}
        <link rel="stylesheet" href="{{
url('gantry-admin://assets/css-compiled/joomla-g-admin.css')|e
}}" type="text/css" />
    {% endblock %}

    {% block javascript %}
        <script>
            var GANTRY_AJAX_SUFFIX = '{{ gantry.ajax_suffix|raw
}}';
            var GANTRY_AJAX_URL = '{{
gantry.route('%ajax%')|e }}';
            var GANTRY_AJAX_CONF_URL = '{{
gantry.route('configurations/%ajax%')|e }}';
            var GANTRY_AJAX_NONCE = null;
            var GANTRY_PLATFORM = 'joomla';
        </script>
    {% endblock %}
{% endassets -%}

<div id="g5-container">
    {% block content %}
    {% endblock %}

    {% block footer_section %}
    {% endblock %}
</div>

{% do gantry.platform.finalize() %}