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

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% from "macros.html" import trip_link, accommodation_row with context %}
{% block title %}Accommodation - Edward Betts{% endblock %}
{% block style %}
{% set column_count = 8 %}
<style>