]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/soon.html
Update support.md
[irc/freenode/web-7.0.git] / templates / soon.html
index 69c91faae23346f536d22e32aed7bd139f31dd7d..31056fb2cae84dd849b8fe2a3023d7a9855a544a 100644 (file)
@@ -1,8 +1,8 @@
+{% extends "base.html" %}
+{% block title %}Coming soon?{% endblock %}
 {% block content %}
 <div class="main">
-    <p><b class="art">Coming Soon</b></p>
-    <p class="art-ingress">
-        Sorry, this page doesn't exist yet. But dont worry, we're on it.
-    </p>
+    <h1>{{ page.title }}</h1>
+    This is a placeholder page.
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}