{% block head %}
{% block title %}{% endblock %} - CPPGit
{% endblock %} {# Show the repo header/navbar by default unless a template sets show_navbar = false #} {% if show_navbar %}
Index
{% if name %} :
{{ name }}
{% endif %}
about
|
summary
|
refs
|
log
|
tree
|
commit
|
diff
|
stats
{% if exists("branches") %}
Branch:
{% for br in branches %} {% set br_name = br.name %} {% set sel = "" %} {% if current_branch and current_branch == br_name %} {% set sel = " selected" %} {% endif %}
{{ br_name }}
{% endfor %}
{% endif %}
{% endif %}
{% block content %}{% endblock %}