diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index df8f9117..1c0f0449 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -52,4 +52,5 @@ +{{template "inject/footer" .}} diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 706ebf90..3e0fd260 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -72,6 +72,8 @@ {{if .Title}}{{.Title}} - {{end}}{{AppName}} + + {{template "inject/head" .}}
diff --git a/templates/inject/footer.tmpl b/templates/inject/footer.tmpl new file mode 100644 index 00000000..e69de29b diff --git a/templates/inject/head.tmpl b/templates/inject/head.tmpl new file mode 100644 index 00000000..e69de29b