{{ define "main" }}

{{ .Title }}

{{ $urlized := .Page.Permalink | md5 }} {{ $urlized}}
{{ $image := .Resources.GetMatch "{cover.webp,cover.jpg,cover.png,cover.jpeg}" }} {{ if $image }}
{{ $image := .Resources.GetMatch "{*.webp,*.jpg,*.png,*.jpeg}" }} {{ $resource := imageConfig (add "/content/" $image.RelPermalink) }}
Card image cap {{if .Params.feature_link}} {{.Params.feature_text}} {{end}}
{{end}}
{{ partial "toc.html" .}}
{{ .Content }}
{{- partial "syndication.html" . -}}
{{- partial "comments.html" . -}}
{{ end }}