mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 18:34:25 +04:00
10 lines
198 B
HTML
10 lines
198 B
HTML
{% removeemptylines %}
|
|
{% for script in site.captured_global.scripts %}
|
|
{{ script }}
|
|
{% endfor %}
|
|
|
|
{% for script in site.captured_once.scripts %}
|
|
{{ script }}
|
|
{% endfor %}
|
|
{% endremoveemptylines %}
|