{% extends 'base.html' %} {% load static i18n wagtailcore_tags %} {% block meta_title %}{{ page.title }}{% endblock meta_title %} {% block meta_description %}{{ page.description }}{% endblock meta_description %} {% block main %} {% for sibling in page.get_siblings %} {% if sibling.live %} {{ sibling }} {% endif %} {% endfor %}