1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 05:54:53 +04:00
Files
tabler/pages/_includes/layout/js-capture.html
T
2019-12-21 18:21:23 +01:00

11 lines
199 B
HTML

{% removeemptylines %}
{% for script in site.captured_global.scripts %}
{{ script }}
{% endfor %}
{% for script in site.captured_once.scripts %}
{{ script }}
{% endfor %}
{% endremoveemptylines %}