mondart.com/mondarth-com/themes/mondarth/layouts/partials/func/style/GetResource.html

19 lines
301 B
HTML
Raw Permalink Normal View History

2024-07-13 11:25:02 +01:00
{{/*
style/GetResource
Get a style asset stored at `/assets/ananke/css`
@author @regisphilibert
@context String (.)
@access private
@returns Resource
*/}}
{{ $resource := dict }}
{{ with resources.Get (print "/ananke/css/" .) }}
{{ $resource = . }}
{{ end }}
{{ return $resource }}