Amorçage du projet
This commit is contained in:
8
cmd/server/template/layouts/index.html.tmpl
Normal file
8
cmd/server/template/layouts/index.html.tmpl
Normal file
@@ -0,0 +1,8 @@
|
||||
{{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" .}}
|
Reference in New Issue
Block a user