{% extends 'default' %} {% block body_classes %}page--blog page--blog__post{% endblock %} {% block content_wrapper %}
Tags: {% for tag in page.tags %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %}