diff --git a/templates/components/base/top.html b/templates/components/base.html similarity index 72% rename from templates/components/base/top.html rename to templates/components/base.html index 2447fc0..305a332 100644 --- a/templates/components/base/top.html +++ b/templates/components/base.html @@ -3,13 +3,24 @@ - <.= PAGE .> | <.= crate::pages::NAME .> - + + {% set title = page_title ~ " | " ~ "mCaptcha Survey" %} + {{ title }} + + + + @@ -23,24 +34,18 @@ - + - + + - - + + +
{% block nav %} {% endblock nav %}
+{% block body %} {% endblock body %} +{% include "footer" %} + + + diff --git a/templates/components/base/bottom.html b/templates/components/base/bottom.html deleted file mode 100644 index e82434c..0000000 --- a/templates/components/base/bottom.html +++ /dev/null @@ -1,2 +0,0 @@ - -