{# The framework's default chrome. Minimal on purpose. It exists so that an installed app renders as a usable page on a site that has not written any chrome of its own yet; a real site ships its own base.html at this same path, which Flask finds first because the site is the application and podpack is only the fallback loader. #} {% block title %}{{ title or site.name }}{% endblock %} {% block styles %} {% endblock %}

{{ site.name }}

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock %}