This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
{{ define "main" }}
|
|
<span>
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
{{ partial "post-meta" . }}
|
|
</span>
|
|
|
|
<p>
|
|
{{ .Content }}
|
|
</p>
|
|
|
|
{{ template "_internal/disqus.html" . }}
|
|
{{ end }}
|