website/conservancy/static/coming-soon.html

11 lines
224 B
HTML
Raw Normal View History

2021-10-19 04:25:49 +00:00
{% extends "base_conservancy.html" %}
{% load humanize %}
{% block content %}
2021-10-19 04:57:37 +00:00
<h1>Coming Soon!</h1>
<p>A big announcement will be here soon! Check back at 12:30 US/Eastern on Tuesday 19 October 2021.</p>
2021-10-19 04:25:49 +00:00
{% endblock %}