2023-08-09 21:36:20 +00:00
|
|
|
|
{{ define "main" }}
|
2023-08-09 22:15:35 +00:00
|
|
|
|
{{ partial "header.html" }}
|
2023-08-09 21:36:20 +00:00
|
|
|
|
<article>
|
|
|
|
|
<header>
|
|
|
|
|
<h1><code>{{ .Title }}</code> – {{ .Description }}</h1>
|
|
|
|
|
</header>
|
|
|
|
|
{{ .Content }}
|
2023-08-09 22:15:35 +00:00
|
|
|
|
<footer>
|
|
|
|
|
{{ partial "categories.html" }}
|
|
|
|
|
</footer>
|
2023-08-09 21:36:20 +00:00
|
|
|
|
</article>
|
|
|
|
|
{{ end }}
|