mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-02 04:09:18 +00:00
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
{% import "github.com/bouncepaw/mycorrhiza/cfg" %}
|
|
|
|
{% func commonScripts() %}
|
|
{% for _, scriptPath := range cfg.CommonScripts %}
|
|
<script src="{%s scriptPath %}"></script>
|
|
{% endfor %}
|
|
{% endfunc %}
|