{% extends "base.html" %} {% block body %} {% for dash in station.dashboards %} {% if search(dash.title, dash.description) %}

{{ dash.title }}

{{ dash.description }}

{% endif %} {% endfor %} {% endblock %}