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

Files

{% if repo.is_fork %} {{ repo.user.user }}/{{ repo.name }} {% else %} {{ repo.name }} {% endif %}
{% if branchname %}
{% endif %}
{% if content %} {% if output_type in ('file','binary','image','markup') %}
{% if content %} {% if output_type in ('file','binary','image','markup') %}
{% 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 %} Raw
{% endif %} {% endif %} {% if output_type=='file' %} {% autoescape false %} {{ content | format_loc }} {% endautoescape %} {% elif output_type == 'markup' %}
{% autoescape false %} {{ content | noJS }} {% endautoescape %}
{% elif output_type == 'image' %} {% elif output_type == 'binary' %}

Binary files cannot be rendered.
Please view the raw version

{% endif %}
{% else %}
{% for entry in content %} {% endfor %}
{% if entry.filemode == 16384 %} {% elif entry.filemode == 40960 %} {% elif entry.filemode == 57344 %} {% else %} {% endif %} {% if entry.filemode == 16384 %}{% endif -%} {{ entry.name | unicode }} {% if entry.filemode == 16384 %}{% endif%}
{% endif %} {% else %} No content found in this repository {% endif %}
{% if readme %}
README{{readme_ext}}
{% if safe %} {{ readme | noJS |safe }} {% else %} {{ readme | noJS }} {% endif %}
{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}