{{ title }}
{# Favicon #}
{# Tailwind CSS + DaisyUI Output #}
{# Alpine.js - For reactive components #}
{# Font Awesome #}
{# Discourse embed for community #}
{# General EP JS #}
{% if not debug %}
{% endif %}
{% include "includes/navbar.html" %}
{# Main Content Area #}
{% block main_content %}
{# Breadcrumbs - outside main content, optional #}
{% if breadcrumbs %}
{% for elem in breadcrumbs %}
{% for name, url in elem.items %}
{% if forloop.parentloop.last %}