No
{% endif %}
{% with messages = get_flashed_messages() %}
{% if messages %}
config.yaml found.
Expected at {{ config_yaml_expected_path }}.
Copy config.example.yaml to config.yaml and
fill in your API keys, or set PAPER_REVIEW_CONFIG to a
custom path. Without it, provider availability on the
Model page relies on
environment variables only.
{% for m in messages %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
{{ m }}
{% endfor %}