| Current Path : /home/zieirix/www/templates/it_medical/particles/ |
| Current File : /home/zieirix/www/templates/it_medical/particles/template-js.html.twig |
{% extends '@nucleus/partials/particle.html.twig' %}
{% block javascript_footer %}
{% if particle.enabled %}
{{ joomla.html('jquery.framework') }}
{{ parent() }}
<script src="{{ url('gantry-theme://js/template.js') }}" type="text/javascript"></script>
{% endif %}
{% endblock %}