tracked.html
<strong>{{ title }}</strong>
{{ authors }} • {{ relative_timestamp }}
<hr />
<table>
<tbody>
<tr>
<th>{{ change_id_header }}</th>
<td><code>{{ change_id }}</code></td>
</tr>
<tr>
<th>{{ absolute_timestamp_header }}</th>
<td>{{ absolute_timestamp }}</td>
</tr>
</tbody>
</table>
<hr />
{%- if let Some(description) = description %}
{{ description }}
<hr />
{% endif %}
{{ hunk_template }}