{# The layout for a host that supplies none: a complete document, because with no site to inherit from there is nothing else to be. Under podpack this file is never reached -- the site's own base.html is. It carries its own small stylesheet rather than loading a CSS framework, so that the pages have no opinion to impose when they are rendered inside someone else's chrome. The marker in the comment below is how the tests tell which of the two layouts actually rendered. #} {% block title %}{{ title or "PDF tools" }}{% endblock %} {% block styles %} {% endblock %}

{{ title }}

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