mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-03 22:49:54 +08:00
15 lines
265 B
HTML
15 lines
265 B
HTML
{{ partial "header.html" . }}
|
|
{{ partial "navbar.html" . }}
|
|
|
|
<section class="section">
|
|
<div class="container is-centered page">
|
|
<div class=" content">
|
|
{{ .Content }}
|
|
|
|
{{ partial "disqus.html" . }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ partial "footer.html" . }}
|