{{ $allowed_tags := (index $.Site.Data .Site.Language.Lang).blog_tags }} {{ partial "featured-image.html" (dict "p" . "class" "d-none d-md-block post__img mb-5") }} {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }} {{ with .Params.author }} {{ . | markdownify }} {{ end}} {{ $.Date.Format $.Site.Params.time_format_default }} {{ .Title }} {{ range .Params.tags }} {{ if (in $allowed_tags . ) }} {{ . }} {{ end }} {{ end }} {{ .Content }} {{ if (.Site.Params.DisqusShortname) }} {{ partial "disqus-comment.html" . }} {{ end }} {{ partial "pager.html" . }}