diff --git a/templates/include/footer.tmpl b/templates/include/footer.tmpl index 8abe64e..98a5c07 100644 --- a/templates/include/footer.tmpl +++ b/templates/include/footer.tmpl @@ -1,25 +1,25 @@ {{define "footer"}} {{end}} diff --git a/templates/user/include/footer.tmpl b/templates/user/include/footer.tmpl index 6ac1e3b..14004f0 100644 --- a/templates/user/include/footer.tmpl +++ b/templates/user/include/footer.tmpl @@ -1,35 +1,35 @@ {{define "footer"}} {{template "foot" .}} {{template "body-end" .}} {{end}} {{define "foot"}} {{end}} {{define "body-end"}} {{end}}