summary history branches tags files
examples/mdbook/templates/history.html
# {{name}} -- Commits

| Hash | Summary |
| --- | --- |
{% for entry in history -%}
| {{entry.short_hash}} | ({{entry.summary}}) |
{% endfor -%}