{% for branch in branches %}
{{branch}}
{% endfor %}
Message
Oid
Author
{% for commit in commits %}
{{commit.message}}
{{commit.oid}}
{{commit.author}}
{% endfor %}