<%inherit file="/base/index.html" /> <%namespace file="fields.html" name="fields" import="*"/> <%def name="heading()">

Editing ${c.title}

Editing the source code for the ${c.title} section:

${h.form_start(h.url_for(controller='section', action='save', id=request.urlvars['id']), method="post")} ${fields.body()} ${h.field(field=h.submit(value="Save Changes", name='submit'))} ${h.form_end()} <%namespace file="/derived/nav/fields.html" name="navfields" import="js"/> <%def name="js()"> ${parent.js()} ${navfields.js()}