{% from "/shared/macros.html" import tree_ish_select with context %} {% extends "/shared/base.html" %} {% block title %}{{ repo_dir }}/{{ repo_name }}{% endblock %} {% block title2 %}Tree{% endblock %} {% block header_one %}{{ repo_dir }} / {{ repo_name }}{% endblock %} {% block main %}
{{ tree_ish_select('.get_repo_tree', 'tree-ish-select', "Branch/Tree", head, curr_tree_ish, branches, tags, tree_path=tree_path) }}
{% endblock %}