{% extends "base.html" %} {% block title %}{{ filepath }} — {{ project.name }} — Fossilrepo{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
{{ project.slug }} {% for crumb in file_breadcrumbs %} / {% if forloop.last %} {{ crumb.name }} {% else %} {{ crumb.name }} {% endif %} {% endfor %}
{% if can_render %} {% endif %} Blame History Raw {% if not is_binary %} {{ line_count }} line{{ line_count|pluralize }} {% endif %}
{% if is_binary %}

{{ content }}

{% elif view_mode == "rendered" and rendered_html %}
{{ rendered_html }}
{% else %} {% for line in lines %} {% endfor %}
{{ line.num }}
{{ line.text }}
{% endif %}
{% if not is_binary %} {% endif %} {% endblock %}