{% extends "repo_master.html" %} {% block title %}Tree - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} {% set tag = "home" %} {% block header %} {% endblock %} {% block repo %}

Blame {{ filename }}

{% if branchname %}
{% endif %}
{% if content %}
{% if output_type in ('file','markup') and g.repo_admin %} Edit {% endif %} {% if output_type in ('file','markup') %}
{{ forkbuttonform.csrf_token }}
{% endif %} {% if output_type == 'markup' %} Text {% else %} Blob {% endif %} History Raw
{% autoescape false %} {{ content | blame_loc(repo, username, blame) }} {% endautoescape %}
{% else %} No content found in this repository {% endif %}
{% if readme %}
README{{readme_ext}}
{{ readme | noJS | safe }}
{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}