{% extends 'partials/base.html.twig' %} {% block content %}

{{ page.title }}

{% set trips = page.children.published() %} {% if trips|length == 0 %}

No trips yet.

{% else %} {% endif %} {% endblock %}