{{ if .Site.Params.article.showPagination | default true }} {{ if or .NextInSection .PrevInSection }}

{{ if .NextInSection }} {{ .NextInSection.Title }} {{ if .Site.Params.article.showDate | default true }} {{ end }} {{ end }} {{ if .PrevInSection }} {{ .PrevInSection.Title }} {{ if .Site.Params.article.showDate | default true }} {{ end }} {{ end }}
{{ end }} {{ end }}