Ensure all pages have a title

Closes: #117
This commit is contained in:
Edward Betts 2024-04-16 22:01:16 +01:00
parent 875f50e684
commit dbffd60937
11 changed files with 16 additions and 2 deletions

View file

@ -4,6 +4,8 @@
{% set row = { "flight": flight_row, "train": train_row } %}
{% block title %}Trips - Edward Betts{% endblock %}
{% block style %}
<link rel="stylesheet" href="{{ url_for("static", filename="leaflet/leaflet.css") }}">