diff options
Diffstat (limited to 'templates/lodging.html')
| -rw-r--r-- | templates/lodging.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/lodging.html b/templates/lodging.html new file mode 100644 index 0000000..6cf51fe --- /dev/null +++ b/templates/lodging.html @@ -0,0 +1,6 @@ +{%extends 'layout.html' %} +{%block content%} +<p style="text-align:center"> + {{_("Coming soon!")}} +</p> +{% endblock %} |
