diff --git a/themes/intotheeast/templates/trips.html.twig b/themes/intotheeast/templates/trips.html.twig index 386cefb..05f9254 100644 --- a/themes/intotheeast/templates/trips.html.twig +++ b/themes/intotheeast/templates/trips.html.twig @@ -1,22 +1,33 @@ {% extends 'partials/base.html.twig' %} {% block content %} -

{{ page.title }}

+

Past Trips

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

No trips yet.

+

No trips yet.

{% else %} - + {% endif %} {% endblock %}