mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
5 lines
104 B
Text
5 lines
104 B
Text
{{define "js"}}
|
|
{{range js}}
|
|
<script src="{{ assetBaseURL }}/{{ . }}"></script>
|
|
{{end}}
|
|
{{end}}
|