{% extends "base.html" %} {% load likes_tags %} {% block content %}

{% if request.user.is_authenticated %} {% like_widget for location %} {% endif %}

{{ location.title }}

{{ location.title|escape }}
{% endblock %} {% block extrabody %} {% endblock %}