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