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

Files

{% if branchname in g.branches %}
{% else %} {% endif %}
{% if content is not none %} {% if output_type in ('file','binary','image','markup') %}
{% if content is not none %} {% 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') and ( not g.authenticated or ( not repo.is_fork or ( g.authenticated and repo.user.user != g.fas_user.username ) ) ) %}
{{ g.forkbuttonform.csrf_token }}
{% endif %} {% if output_type == 'markup' %} Text {% else %} Blob {% endif %} Blame History Raw
{% endif %} {% endif %} {% if output_type=='file' %}
{{ content }}
{% elif output_type == 'markup' %}
{% autoescape false %} {{ content | noJS | safe }} {% 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}}
{{ readme | noJS | safe }}
{% endif %}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}