Skip to main content

Module edit

Module edit 

Source

Structs§

TemplateCreateForm
TemplateEditForm
TemplateTestForm

Functions§

create_template
delete_template
edit_template
template_create_page
template_edit_page
test_template
Dry-runs a template against the caller’s own data: compiles it against the render surface, renders it (DB-backed), and reports whether the resulting draft can pre-fill the create form. Lets an author see “does this work?” before saving — surfacing the same compile / render / not-representable failures the create page would otherwise hit silently. Mutates nothing.