{% extends "base.html" %}{% comment %}{% endcomment %} {% load eb mapping %} {% comment %} Base template for all "place" pages -- either block or location. Implements only the "top" of the page -- the title and "Nearby" list. Required variables: nearby_locations, place, is_block {% endcomment %} {% block content %} {% block place_content %}{% endblock %} {% endblock content %}