{% load static %} {% load static tailwind_tags %} {% tailwind_css %} {% block head %} {% endblock %}
{% include "migration_alert.html" %} {% if account.unlock_at is not None %}
{% include "lock_alert.html" with locked=account.locked has_been_attacked=account.has_been_attacked auto_unlock_time_left=account.auto_unlock_time_left %}
{% endif %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %} {% endblock %}
{# Things like modals can go in post_content. It's useful for stuff that #} {# needs to exist outside of the main container. #} {% block post_content %} {% endblock %}