{% extends "base.html" %} {% block content %} Create {% for model_field in view_model.fields -%} {%- endfor %}
{{ model_field[0] }}
{% endblock content %}