{% extends 'base.html' %} {% load static %} {% block content %} {% if Journey %} {% for j in Journey %} {{j.start_date}}{{j.title}} {% endfor %} {% else %} No journey available {% endif %} {% endblock %}