% extends [% extends "../../base/templates/base.html" %] % import 'static.html' as admin_static with context % import 'lib.html' as lib with context [# store the jinja2 context for form_rules rendering logic #] ## % set render_ctx = h.resolve_ctx() % block head [[ super() ]] [# @formatter:off #] [# @formatter:on #] % endblock % block body

Editing '[[ name ]]'

% block theme_edit_form [[ lib.render_form(form, return_url, extra=True) ]] % endblock theme_edit_form
% endblock body % block tail [# @formatter:off #] [##] [##] [# @formatter:on #] % endblock