{{ .Title | markdownify }}
{{ if .Params.tags }} {{ end }} {{ with .Params.Cover }}
    {{ .Content }}
  
  {{ if $.Site.Params.showLastUpdated }}
  
    Last Updated :: {{ .Lastmod.Format "2006-01-02" }}
  
  {{ end }}
  {{ if or .NextInSection .PrevInSection }}
  
      {{ $.Site.Params.ReadOtherPosts }}