1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
snippets-legacy/layouts/shortcodes/read_file.html

5 lines
71 B
HTML
Raw Normal View History

2019-09-21 16:36:37 +01:00
{{ $file := resources.Get (.Get 0) }}
{{ $file.Content | safeHTML }}