{% extends "base.html" %} {% block title %}Home{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %} {% for git_commit_with_refs in git_commits_with_refs %} {% endfor %}
Ref Commit  
{{ git_commit_with_refs.get_refs_str() }} {% if git_commit_with_refs.has_ref(default_ref_str) %} (Default) {% endif %} {{ git_commit_with_refs.get_commit_hash() }}

{% endblock %}