{%- import "route_symbol.html" as scope -%} {%- import "stop_table.html" as stop_table -%}

{{ stop.name }}

With service available on:

{% for route in routes %}
{% call scope::route_symbol(route) %}
{% endfor %}
{#{% if let libseptastic::stop::StopType::MultiPlatform(platforms) = stop.platforms %}

Platforms at this station:

{% for platform in platforms %}

{{ platform.name }}

{% endfor %}
{% endif %}#}
{% call stop_table::stop_table(trips, current_time) %}