hugo-theme-tui

TUI
Log | Files | Refs | README | LICENSE

single.html (201B)


      1 {{ define "main" }}
      2 <h1 class="page-title">{{ .Title }}</h1>
      3 {{- with .Description }}<p class="page-sub">{{ . | markdownify }}</p>{{ end }}
      4 <article class="post">
      5   {{ .Content }}
      6 </article>
      7 {{ end }}