{% extends 'base.html' %} {% block content %} Login {% csrf_token %} {{ form.as_p }} {% include "auth/login_github.html" %} {% endblock %}