%inherit file="/base/index.html" /> <%namespace file="fields.html" name="fields" import="*"/> <%def name="heading()">
Editing the source code for the ${c.title} page:
${h.form_start(h.url_for(controller='page', 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()} %def> <%def name="head()"> ${parent.head()} ${h.stylesheet_link(h.url_for('/yui/2.6.0/assets/skins/sam/skin.css'))} %def>