{% load static %} {{ title }} {# Favicon #} {# Tailwind CSS + DaisyUI Output #} {# jQuery - Keep for compatibility with existing JS #} {# Font Awesome #} {# Discourse embed for community #} {# General EP JS #} {# Modal Steps for Stepwise Modal Wizards #} {% if not debug %} {% endif %} {% include "includes/navbar.html" %} {# Main Content Area #}
{% if breadcrumbs %}
{% endif %} {% if message %}
{{ message }}
{% endif %} {% block content %} {% endblock content %} {% if meta.url_contains_package and meta.current_package.license %}
License
{% endif %}
{% include "includes/footer.html" %} {# Modals - TODO: Convert these to DaisyUI modals #} {% block modals %} {# Note: These modals still use Bootstrap markup and will need conversion #} {% include "modals/cite_modal.html" %} {% include "modals/signup_modal.html" %} {% include "modals/predict_modal.html" %} {% include "modals/batch_predict_modal.html" %} {% endblock %}