aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/subsection.html
blob: d57c2cba2e476bb168f3713aa617c68f477aaef2 (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
<main>
  <article-subsection>
    <h1>{{ .Title | markdownify }}</h1>
    {{- partial "meta-pagestatus.html" . -}}
    {{- .Content | safeHTML -}}
  </article-subsection>
</main>
{{ end }}