Back to Django Allauth

Index

examples/regular-django/example/templates/index.html

65.16.1259 B
Original Source

{% extends "allauth/layouts/entrance.html" %} {% load allauth %} {% block head_title %}Example Project{% endblock %} {% block content %} {% element h1 %} Example Project {% endelement %}

Welcome to the django-allauth example project.

{% endblock content %}