mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
7 lines
132 B
HTML
7 lines
132 B
HTML
{{ define "content" }}
|
|
<div class="application-main">
|
|
{{ partial "post.html" .}}
|
|
{{ partial "gitalk.html" . }}
|
|
</div>
|
|
{{ end }}
|