X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/ffa9f1bca5ad6ac7fb643a1a2406e643834e1c4e..0b6b5d8aad216a948a07ab749a451b86e009e8b0:/templates/soon.html diff --git a/templates/soon.html b/templates/soon.html index 69c91faae..31056fb2c 100644 --- a/templates/soon.html +++ b/templates/soon.html @@ -1,8 +1,8 @@ +{% extends "base.html" %} +{% block title %}Coming soon?{% endblock %} {% block content %}
-

Coming Soon

-

- Sorry, this page doesn't exist yet. But dont worry, we're on it. -

+

{{ page.title }}

+ This is a placeholder page.
-{% endblock %} \ No newline at end of file +{% endblock %}