View data from the Tide Aware API.
{% if provisional %}
{% if only_gables %}
Currently viewing the provisional data for coral gables locations.
You can view the corrected data here.
{% else %}
Currently viewing the provisional data for locations not in coral gables.
You can view the corrected data here.
{% endif %}
{% else %}
{% if only_gables %}
Currently viewing the corrected data for coral gables locations.
You can view the provisional data here.
{% else %}
Currently viewing the corrected data for locations not in coral gables.
You can view the provisional data here.
{% endif %}
{% endif %}