From c4a8d4ce4507953f72ec87cdc2f879870a86b608 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 2 Jan 2018 11:32:41 +0100 Subject: [PATCH] Add more additional template snippets (#3286) --- templates/base/footer.tmpl | 6 ++++++ templates/base/head.tmpl | 4 ++++ templates/custom/body_inner_post.tmpl | 0 templates/custom/body_inner_pre.tmpl | 0 templates/custom/body_outer_post.tmpl | 0 templates/custom/body_outer_pre.tmpl | 0 6 files changed, 10 insertions(+) create mode 100644 templates/custom/body_inner_post.tmpl create mode 100644 templates/custom/body_inner_pre.tmpl create mode 100644 templates/custom/body_outer_post.tmpl create mode 100644 templates/custom/body_outer_pre.tmpl diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 043713183..73914e6a7 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -3,7 +3,13 @@
*/}} + + {{template "custom/body_inner_post" .}} +
+ + {{template "custom/body_outer_post" .}} +