Back to Django Allauth

Panel

examples/regular-django/example/templates/allauth/elements/panel.html

65.16.1161 B
Original Source

{% load allauth %}

{% slot title %} {% endslot %}

{% slot body %} {% endslot %} {% if slots.actions %} {% slot actions %} {% endslot %} {% endif %}