{% extends "base.html" %} {% block content %}
{% include "repo/explorer_header.html" %}
Path history
{% if path %}{{ path }}{% else %}/{% endif %}
{% if previous_url or next_url %} {% endif %}
{% endblock %}