redstrate.com/themes/red/layouts/shortcodes/include-shader.html

9 lines
187 B
HTML
Raw Normal View History

2023-07-02 20:19:13 -04:00
{{ $path := .Get 0 }}
{{ $id := .Get 1 }}
{{ $content := readFile (print .Page.File.Dir $path) | safeHTML }}
<script type="x-shader/x-fragment" id="{{ $id }}">
{{ $content }}
</script>