mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-24 04:32:20 +00:00
10 lines
144 B
HTML
10 lines
144 B
HTML
{{ define "content"}}
|
|
<h2>{{ .Title }}</h2>
|
|
<!-- <hr> -->
|
|
{{ .Content }}
|
|
{{ end }}
|
|
|
|
{{ define "sidebar" }}
|
|
{{ partial "toc.html" . }}
|
|
{{ end }}
|