]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/soon.html
readme: adds missing dependency (build fails without it)
[irc/freenode/web-7.0.git] / templates / soon.html
CommitLineData
f58dd619
EK
1{% extends "base.html" %}
2{% block title %}Coming soon?{% endblock %}
714ed744
SB
3{% block content %}
4<div class="main">
f58dd619
EK
5 <h1>{{ page.title }}</h1>
6 This is a placeholder page.
714ed744 7</div>
f58dd619 8{% endblock %}