From ceacf9db20ac08bc6e92ca54748e85dbb9e1de3b Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 19 Mar 2020 11:20:42 +0100 Subject: [PATCH] Change "includes" placement --- inst/templates/material/material.html | 17 +++++++++-------- inst/templates/template.html | 10 ++++------ 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/inst/templates/material/material.html b/inst/templates/material/material.html index 3c34c3a..57f5d28 100644 --- a/inst/templates/material/material.html +++ b/inst/templates/material/material.html @@ -158,10 +158,6 @@ - $for(include-before)$ - $include-before$ - $endfor$ -
@@ -209,7 +205,16 @@

$date$

+ + $for(include-before)$ + $include-before$ + $endfor$ + $body$ + + $for(include-after)$ + $include-after$ + $endfor$
@@ -239,10 +244,6 @@

$date$

-$for(include-after)$ -$include-after$ -$endfor$ -