Reviewington {{request.args.get('filepath', '')}} {% if request.args.get('filepath') %} All Reviews {% else %} All Reviews {% endif %} Explore Files

{% if request.args.get('filepath') %}
{% endif %}

{% for tag in tags %} {% endfor %}

{% for discussion in discussions %}
{{ discussion.path }}

{{ discussion.diff_hunk|safe }}

{% for comment in discussion.comments %}

{{ comment.user.login }}

{{ comment.created_at }}
{{ comment.body|safe }}
{% endfor %}
{% endfor %}