<%inherit file="/base/index.html"/>
${h.form(url(controller="asset", action="create"), method="post")} Asset Name: ${h.text("asset_name")}
Asset Tags: ${h.text("asset_tags")}
${h.submit('create', 'Create')} ${h.end_form()}