mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-02 04:44:32 +08:00
7 lines
236 B
HTML
7 lines
236 B
HTML
{{- $file := .Get 0 }}
|
|
{{- $showFirstHeading := .Get 1 | default true }}
|
|
{{- if not $showFirstHeading }}<div class="include hide-first-heading">{{ end }}
|
|
|
|
{{ $file | readFile | safeHTML }}
|
|
|
|
{{- if not $showFirstHeading }}</div>{{ end }} |