{% extends "blog/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Log In {{ form|crispy }}
Need an Account? Sign Up
{% endblock content %}