FossilRepo

fossilrepo / templates / base.html
{% block title %}Fossilrepo{% endblock %} {% block extra_head %}{% endblock %}
{% if user.is_authenticated %} {% include "includes/nav.html" %} {% else %} {% include "includes/nav_public.html" %} {% endif %}
{% if user.is_authenticated %}
{% include "includes/sidebar.html" %}
{% include "includes/sidebar.html" %} {% endif %}
{% if messages %}
{% for message in messages %}

{{ message }}

×
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% include "fossil/_keyboard_help.html" %}

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button