mirror of
https://gitea.com/gitea/theme.git
synced 2026-02-11 23:34:55 +08:00
13 lines
211 B
HTML
13 lines
211 B
HTML
{{ partial "header.html" . }}
|
|
{{ partial "navbar.html" . }}
|
|
|
|
<div class="container content">
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{ partial "footer.html" . }}
|