{% comment %} Shows meta information about a post. Expects the 'post' to show as an argument. {% endcomment %} by {% include people_chip.html person=include.post.author %} on
{% if include.post.date %} {{ include.post.date | date_to_string }} {% else %} There is no date {% endif %}
{% if include.post.location %} at
{{include.post.location}}
{% endif %} in {% for tag in include.post.tags %}
{{tag}}
{% endfor %}