tags: [
{% for tag in tags %}
{{ tag }}{% if loop.nextitem %},{% endif %}
{% endfor %}
]
{% if author is string %}
written by: {{ author }}
{% elif author is iterable %}
written by: [ {% for auth in author %}{{ auth }}{% if loop.nextitem %}, {% endif %}{% endfor %} ]
{% endif %}
syntax highlighting based on Pygments' default
colors