{# Base layout. Children fill in the `title` and `content` blocks. Tailwind + daisyUI are loaded from CDN so the app can be built and deployed without a Node toolchain. For production, ship them as local assets (see README). #} {% block title %}Issue Tracker{% endblock %} {% block navbar %}{% endblock %}
{% block flash %}{% endblock %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}