ed91cb7629
For better maintainability
12 lines
364 B
HTML
12 lines
364 B
HTML
{{ define "body-class" }}article-page keep-sidebar{{ end }}
|
|
{{ define "main" }}
|
|
{{ partial "article/article.html" . }}
|
|
|
|
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
|
|
{{ partial "comments/include" . }}
|
|
{{ end }}
|
|
|
|
{{ partialCached "footer/footer" . }}
|
|
|
|
{{ partial "article/components/photoswipe" . }}
|
|
{{ end }} |