{% extends "blog/base.html" %} {% block title %} Blog - {{ block.super }} {% endblock %} {% block content %}

Login Form

{% if messages %} {% endif %}
{% csrf_token %}
{% endblock %}