{% include "partials/about.html.template" %}
{% for entry in entries|reverse %}
{% set id = (entries|length - loop.index) + 1 %}
{% include "partials/entry.html.template" %}
{% endfor %}
The End
{% markdown %}
{% include "partials/footer.md" %}
{% endmarkdown %}