{% extends "base.html" %} {% block brand_sub %}{{ headline }}{% endblock %} {% block head_extra %} {% if user %}{% endif %} {% endblock %} {% block header_actions %} {% if user %} {% include "partials/identity.html" %} {% endif %} {% endblock %} {% block content %} {% if not user %} {% include "partials/welcome.html" %} {% else %}
{% include "partials/decision_strip.html" %}
{% include "partials/calendar_card.html" %} {% include "partials/planner_sidebar.html" %}
{% include "partials/calendar_state.html" %} {% include "partials/event_editor.html" %} {% include "partials/profile_card.html" %} {% include "partials/boy_profile_card.html" %}
{% endif %} {% endblock %} {% block footer %} Made for GameBoyz · mark your days, lock the event · Change log {% include "partials/feedback_button.html" %} {% endblock %}