{% extends 'base.html.twig' %} {% block title %}Posts{% endblock %} {% block body %} {% for post in posts.iterator %}
{{ post.latitude }}, {{ post.longitude }}, {{ post.altitude }}m
{{ post.commentary }}