{% extends "base.html" %} {% block title %}Login — {{ slug }} — Ontoref{% endblock title %} {% block content %}
{% if logo or logo_dark %}
{% if logo %}{{ slug }}{% endif %} {% if logo_dark %}{% endif %}
{% else %}

ontoref

{% endif %}

{{ slug }}

{% if error %}
Invalid key.
{% endif %}
{% endblock content %} {% block scripts %} {% if logo or logo_dark %} {% endif %} {% endblock scripts %}