{% extends 'base.html' %} {% block content %}

New Blog

{{ form.hidden_tag() }} {{ form.title(size=40) }}

{{ form.image() }}


{% endblock %}