Files
github-style/layouts/_default/single.html
yuweizzz 99afb0f751 search
2024-09-03 23:41:28 +08:00

7 lines
132 B
HTML

{{ define "content" }}
<div class="application-main">
{{ partial "post.html" .}}
{{ partial "gitalk.html" . }}
</div>
{{ end }}