{% extends "layout.askama.html" %} {% block content %}

Global Unlock

{% if let Some(msg) = message %}
{{ msg }}
{% endif %}

Currently unlocked up to day:

{{ current_unlock_day }}

{% endblock %}