1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-02 04:09:18 +00:00
mycorrhiza/views/stuff.qtpl
Timur Ismagilov a15eeca117 Isolate help
2022-04-09 11:28:57 +03:00

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 %}