pr.html
ASCII text
1{% extends "mail.html" %} 2{% block content %} 3<h1>Merge {{ pr.head_route }}:{{ pr.head_branch }} into {{ pr.base_route }}:{{ pr.base_branch }}?</h1> 4<p> 5Requested by {{ pr.owner.username }} 6</p> 7{% endblock %}