mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-01 20:35:45 -04:00
15 lines
257 B
HTML
15 lines
257 B
HTML
{{ partial "header.html" . }}
|
|
{{ partial "navbar.html" . }}
|
|
|
|
<div class="section">
|
|
<div class="container is-centered page">
|
|
<div class=" content">
|
|
{{ .Content }}
|
|
|
|
{{ partial "disqus.html" . }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{ partial "footer.html" . }}
|