@extend base @block title { @title } @block content {
@link req, Self::index {Home}
@title
@build form { @for field in form.fields() { @unescape field.label_tag()
@unescape field @unescape field.errors()
} @unescape form.submit("Create") }
}