2020-09-13 04:59:52 -04:00
|
|
|
{{ define "body-class" }}article-page keep-sidebar{{ end }}
|
2020-08-22 07:20:08 -04:00
|
|
|
{{ define "main" }}
|
2020-09-12 04:33:53 -04:00
|
|
|
{{ partial "article/article.html" . }}
|
2020-08-22 07:20:08 -04:00
|
|
|
|
2020-09-13 04:59:52 -04:00
|
|
|
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
|
2020-09-12 04:33:53 -04:00
|
|
|
{{ partial "comments/include" . }}
|
|
|
|
{{ end }}
|
2020-08-22 07:20:08 -04:00
|
|
|
|
2020-09-12 04:33:53 -04:00
|
|
|
{{ partialCached "footer/footer" . }}
|
2020-08-22 07:20:08 -04:00
|
|
|
|
2020-09-13 04:59:52 -04:00
|
|
|
{{ partial "article/components/photoswipe" . }}
|
2020-08-22 07:20:08 -04:00
|
|
|
{{ end }}
|