mirror of
https://gitea.com/gitea/theme.git
synced 2026-02-03 11:33:18 +08:00
13 lines
231 B
HTML
13 lines
231 B
HTML
{{ partial "header.html" . }}
|
|
{{ partial "navbar.html" . }}
|
|
|
|
<section class="section">
|
|
<div class="container is-centered page">
|
|
<div class=" content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ partial "footer.html" . }}
|