aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/head.tmpl
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2018-01-02 11:32:41 +0100
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2018-01-02 11:32:41 +0100
commitc4a8d4ce4507953f72ec87cdc2f879870a86b608 (patch)
treef5c59fe444ef962be0ae3a7baa2ed26b1c98f117 /templates/base/head.tmpl
parenta22037713e9f722c3909f8de7c56077c9aff7ad4 (diff)
downloadgitea-c4a8d4ce4507953f72ec87cdc2f879870a86b608.tar.gz
gitea-c4a8d4ce4507953f72ec87cdc2f879870a86b608.zip
Add more additional template snippets (#3286)
Diffstat (limited to 'templates/base/head.tmpl')
-rw-r--r--templates/base/head.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 1fc5f9c596..04c5a43e4c 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -130,9 +130,13 @@
{{template "custom/header" .}}
</head>
<body>
+ {{template "custom/body_outer_pre" .}}
+
<div class="full height">
<noscript>{{.i18n.Tr "enable_javascript"}}</noscript>
+ {{template "custom/body_inner_pre" .}}
+
{{if not .PageIsInstall}}
<div class="ui top secondary stackable main menu following bar light">
<div class="ui container" id="navbar">