12 lines
442 B
HTML
12 lines
442 B
HTML
|
{{ define "main-class" }}--single layouts-default-single{{ end }}
|
||
|
|
||
|
{{ define "main-body-additional" }}
|
||
|
{{ if fileExists ( path.Join $.Page.File.Dir "appendices.md" ) }}
|
||
|
{{- partial "single/main-body/appendices.html" ( dict "pc" . "sc" $ ) -}}
|
||
|
{{ end }}
|
||
|
|
||
|
{{ if fileExists ( path.Join $.Page.File.Dir "corrigenda.md" ) }}
|
||
|
{{- partial "single/main-body/corrigenda.html" ( dict "pc" . "sc" $ ) -}}
|
||
|
{{ end }}
|
||
|
{{ end }}
|