grannysmith-technical/layouts/_default/definition.html

18 lines
479 B
HTML
Raw Normal View History

{{ define "head" }}
<link rel="stylesheet" href="/syntax_highlighting.css">
{{ end }}
2023-08-09 21:36:20 +00:00
{{ define "main" }}
{{ partial "header.html" }}
2023-08-09 21:36:20 +00:00
<article>
<header>
<h1><code>{{ .Title }}</code> {{ .Description }}</h1>
</header>
{{ .Content }}
<footer>
{{ partial "see_also" . }}
{{ partial "categories.html" }}
{{ partial "content_notices.html" . }}
</footer>
2023-08-09 21:36:20 +00:00
</article>
{{ end }}