diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index aead13f..937a12a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,6 +23,7 @@ p { <div class="root"> + <h1>{{ stop_name }}</h1> <p>Last updated: {{ data['ResponseData']['LatestUpdate'] }}</p> <ul> |