You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
268 B
HTML
14 lines
268 B
HTML
1 year ago
|
{{ define "main" }}
|
||
|
<article class="markdown">
|
||
|
<h1>
|
||
|
<a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a>
|
||
|
</h1>
|
||
|
{{ partial "docs/post-meta" . }}
|
||
|
{{- .Content -}}
|
||
|
</article>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "toc" }}
|
||
|
{{ partial "docs/toc" . }}
|
||
|
{{ end }}
|