{% extends "template.html" %} {% block title %}Menu{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} PyLunch Restaurants {% if restaurants %} {% for entity in restaurants %} {{entity.display_name}} ({{entity.name}}) {% endfor %} {%else%} No restaurants found {% endif %} Restaurants
Restaurant's webpage
{% for tag in entity.0.tags %} {{tag}} {% endfor %}
{{entity.1}}