{% extends 'default' %} {% block content_wrapper %} {% include 'post-header' %} {% block content %}{% endblock %} {% if page.tags %}
Tags: {% for tag in page.tags %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %}