{% extends 'layout.html' %} {%from 'macros.jinja' import point_row%} {% block body %}
{% for point in points %} {{point_row(point)}} {% endfor %}
Locations
Name Latitude Longitude Action
test test testtttttt
{% endblock %}