{% extends "layout.html" %} {% block title %}Browse{% endblock %} {% block content %}
{% include 'includes/home-content.html' %}
{% include 'includes/home-revision.html' %}
{% include 'includes/home-origin.html' %}
{% include 'includes/home-directory.html' %}
{% endblock %}