Browse Source

Add more additional template snippets (#3286)

tags/v1.4.0-rc1
Thomas Boerger 6 years ago
parent
commit
c4a8d4ce45

+ 6
- 0
templates/base/footer.tmpl View File

@@ -3,7 +3,13 @@
<body>
<div>
*/}}

{{template "custom/body_inner_post" .}}

</div>

{{template "custom/body_outer_post" .}}

<footer>
<div class="ui container">
<div class="ui left">

+ 4
- 0
templates/base/head.tmpl View File

@@ -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">

+ 0
- 0
templates/custom/body_inner_post.tmpl View File


+ 0
- 0
templates/custom/body_inner_pre.tmpl View File


+ 0
- 0
templates/custom/body_outer_post.tmpl View File


+ 0
- 0
templates/custom/body_outer_pre.tmpl View File


Loading…
Cancel
Save