{% block title %}Killian{% endblock %}
{% include 'core/_topbar.html' %}
{% if user.is_authenticated and org %}
{% include 'core/_organization_sidebar.html' %}
{% endif %}
{% if user.is_authenticated %}
{% if favorite_can_toggle %}
{% endif %}
{% endif %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% block content %}{% endblock %}
{% if user.is_authenticated and org %}
{% endif %}