Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/ |
| [Home] [System Details] [Kill Me] |
{% extends '@nucleus/partials/particle.html.twig' %}
{% block particle %}
{% assets in 'head' with { priority: 11 } %}
{% if particle.enabled %}
<link rel="stylesheet" href="{{
url('gantry-theme://material/css/material.min.css') }}"
type="text/css"/>
{% endif %}
{% endassets -%}
{% assets in particle.jslocation|default('footer') with {
priority: 10 } %}
{% if particle.enabled %}
{% do gantry.load('jquery') %}
<script src="{{
url('gantry-theme://material/js/material.min.js') }}"
type="text/javascript"></script>
{% endif %}
{% endassets -%}
{% endblock %}