compose-theme/layouts/partials/functions/getScript.html

2 lines
129 B
HTML
Raw Permalink Normal View History

2024-07-26 17:08:59 +02:00
{{ $scriptPath := printf "js/%s.js" .slug }}
{{ return (resources.Get $scriptPath | resources.ExecuteAsTemplate $scriptPath .) }}