{% extends "mnfapp/base.html" %} {% load static %} {% block content %}
<form action="{%url 'write' %}" >
<h1> Validate! </h1>
</form>
{%endblock%}