{% extends "template.html" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

PyLunch

Welcome to PyLunch.

Restaurants

Tags

    {% for tag in all_tags %}
  • {{tag}}
  • {% endfor %}
{% endblock %}