FossilRepo
{% block title %}Fossilrepo{% endblock %}
{% block extra_head %}{% endblock %}
{% if user.is_authenticated %}
{% include "includes/nav.html" %}
{% else %}
{% include "includes/nav_public.html" %}
{% endif %}
{% include "fossil/_keyboard_help.html" %}
{% if user.is_authenticated %}
{% include "includes/sidebar.html" %}
{% include "includes/sidebar.html" %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}