{% from "/shared/macros.html" import tree_ish_select with context %} {% extends "/shared/base.html" %} {% block title %}{{ repo_dir }}/{{ repo_name }}{% endblock %} {% block title2 %}Repository{% endblock %} {% block header_one %}{{ repo_dir }} / {{ repo_name }}{% endblock %} {% block main %}
{{ tree_ish_select('.repo_view', 'tree-ish-select', "Branch/Tree", head, curr_tree_ish, branches, tags) }}
{% if root_tree %}
{{ readme_content|safe }}
{% else %}

No Commits Yet!

Clone the repo and add some commits to see them here.

{% endif %}
{% endblock %}