{% extends "base.html" %} {% block content %}
{% include "partials/header.html" %} {% include "partials/add_form.html" %} {% include "partials/pr_list.html" %}
{% endblock %}