PR Previews
{% if data %} {% for pr in data %}
PR #{{ pr.pr_number }} - {{ pr.pr_title }}
{% endfor %} {% else %}
No open PRs found.
{% endif %}