{% extends "base/base.html" %} {% load static %} {% block title %}Parks{% endblock %} {% block content %}
Parks {% if total_results %} ({{ total_results }} found) {% endif %}
{% include "parks/partials/park_list.html" %}
{% endblock %}