This commit is contained in:
Jade Lovelace 2022-03-14 15:14:47 -07:00
parent c8a2913172
commit 5a1c98d8a4
8 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{%- import "macros/code.html" as code -%}
{{ code::file(
path=path,
code_lang=code_lang | default(value=''),
colocated=colocated | default(value=false),
hide=hide | default(value=false),
show_path_with_prefix=show_path_with_prefix | default(value=false)
) }}