{% extends "base.html" %}
{% block content %}
branch: {{branch.ref_name}}
hash: {{branch.full_hash}} ({{branch.short_hash}})
author: {{branch.author.name}}
committer: {{branch.committer.name}}
date: {{ts_to_date(ts=branch.ts_utc, tz=branch.ts_offset)}}
summary: {{branch.summary}}
{{branch.message}}
{% endblock content %}