summaryrefslogtreecommitdiffstats
path: root/authentication/templates/base.html
blob: 98743132a4edab92200ec51f176808daf8f952fa (plain)
1
2
3
4
{% extends 'global.html' %}
{% block template %}
    {% block content %}{% endblock %}
{% endblock %}