gengitkan/cmd/server/template/layouts/index.html.tmpl

8 lines
222 B
Cheetah
Raw Normal View History

2019-11-28 11:50:51 +01:00
{{define "title"}}Gitea Apps{{end}}
{{define "body"}}
<div id="gitea-apps" class="is-fullheight"></div>
{{end}}
{{define "body_scripts"}}
<script type="text/javascript" src="main.js"></script>
{{end}}
{{template "base" .}}