<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_('New Static Page')} <%block name="main_content">

${_('New static page')}

${h.field_token()|n} ${components.freetext('body', _('Content of the page'))}
${_('Back to the list')}