{% extends "base.html" %} {% block content %}
{{ post.date.strftime("%d %b %Y") }} • {{ site.author[0] }} {% if post.topics %} • {% for topic in post.topics %} {%- if loop.last -%} {{ topic | capitalize }} {%- else -%} {{ topic | capitalize }}, {%- endif -%} {% endfor %} {% endif %} • {{ "{:,.0f}".format(post.wordcount) }} words