+
+ ## main form
+
+ ${parent.page_content()}
+
+
+ ## location map
+ % if map_polygon:
+
+ % endif
+
+
+
+%def>
+
+<%def name="modify_vue_vars()">
+ ${parent.modify_vue_vars()}
+ % if map_polygon:
+
+ % endif
%def>
diff --git a/src/wuttafarm/web/templates/base.mako b/src/wuttafarm/web/templates/base.mako
index b28b52f..caa5c67 100644
--- a/src/wuttafarm/web/templates/base.mako
+++ b/src/wuttafarm/web/templates/base.mako
@@ -1,6 +1,16 @@
<%inherit file="wuttaweb:templates/base.mako" />
<%namespace file="/wuttafarm-components.mako" import="make_wuttafarm_components" />
+<%def name="head_tags()">
+ ${parent.head_tags()}
+
+ ## TODO: this likely does not belong in the base template, and should be
+ ## included per template where actually needed. but this is easier for now.
+
+