1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-08 15:10:12 +00:00
mycorrhiza/views/stuff.qtpl

8 lines
199 B
Plaintext
Raw Normal View History

{% import "github.com/bouncepaw/mycorrhiza/cfg" %}
2022-03-22 16:40:40 +03:00
{% func commonScripts() %}
2021-07-01 14:45:29 +05:00
{% for _, scriptPath := range cfg.CommonScripts %}
<script src="{%s scriptPath %}"></script>
{% endfor %}
2021-06-29 17:34:36 +07:00
{% endfunc %}