lowtechweb/layouts/partials/js.html

3 lines
91 B
HTML

{{ $script := resources.Get "js/app.js" }}
<script src="{{ $script.Permalink }}"></script>