{% if config_yaml_missing %}
No 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.
{% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% for m in messages %}

{{ m }}

{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}