-
- ## 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
+ ${parent.page_content()}
%def>
diff --git a/src/wuttafarm/web/templates/base.mako b/src/wuttafarm/web/templates/base.mako
index caa5c67..b28b52f 100644
--- a/src/wuttafarm/web/templates/base.mako
+++ b/src/wuttafarm/web/templates/base.mako
@@ -1,16 +1,6 @@
<%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.
-
-