3
0
Fork 0
wuttaweb/tests/forms/main_template.mako
Lance Edgar 49c001c9ad feat: overhaul how form vue template is rendered
now a page template can add `<%def name="form_vue_fields()">` and the
form should inspect/discover and use that instead of its default
2025-12-28 15:16:27 -06:00

9 lines
138 B
Mako

## -*- coding: utf-8; -*-
<%inherit file="/form.mako" />
<%def name="page_content()">
RANDOM TEXT
${parent.page_content()}
</%def>