${h.form(url(controller="collection", action="create"), method="post")}
Collection Name: ${h.text("collection_name")}
Collection Tags: ${h.text("collection_tags")}
${h.submit('create', 'Create')}
${h.end_form()}