12 lines
223 B
HTML
12 lines
223 B
HTML
# {{name}} -- Overview
|
|
|
|
{{metadata.description}}
|
|
|
|
## Recent commits (10 of {{history | length}})
|
|
|
|
{% for entry in history -%}
|
|
{% if loop.index0 < 10 -%}
|
|
- {{entry.short_hash}}: {{entry.summary}}
|
|
{% endif -%}
|
|
{% endfor -%}
|