X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/fba24f681711796fc6c054532c0e55f6d7eb80c9..0ae41609462fe204443b4776b64b36f28e30c41f:/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 %}