now a page template can add `<%def name="form_vue_fields()">` and the form should inspect/discover and use that instead of its default
9 lines
138 B
Mako
9 lines
138 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/form.mako" />
|
|
|
|
<%def name="page_content()">
|
|
|
|
RANDOM TEXT
|
|
|
|
${parent.page_content()}
|
|
</%def>
|
|
|