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