{% extends "accounts_base.html" %} {% block title %}Logged out{% endblock %} {% block content %}

Logged out

You have been successfully logged out.

You can Login again.
{% endblock %} {#{% block styles %}#} {##icon-checkmark-done {#} {# stroke-dasharray:1000;#} {# animation: dash 1s linear;#} {#}#} {##} {##} {##icon-alert {#} {# stroke-dasharray:1000;#} {# animation: dash 1s linear;#} {#}#} {##} {#@keyframes dash {#} {# from{#} {# stroke-dashoffset: 1000;#} {# }#} {# to {#} {# stroke-dashoffset: 2000;#} {# }#} {#}#} {##} {#{% endblock %}#}