diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 77a1b16..b3ae30e
*** a/templates/index.html
--- b/templates/index.html
***************
*** 49,55 ****
            <strong>2018-05-24 - PostgreSQL 11 Beta 1 Released!</strong>
            The PostgreSQL Global Development Group announces that the <a href="/about/news/1855/">first beta release of PostgreSQL 11</a> is now available for <a href="/download/">download</a>. This release contains <a href="/docs/11/static/release-11.html">previews of all features</a> that will be available in the final release of PostgreSQL 11, though <a href="/developer/beta/">some details of the release could change</a> before then.
          </p>
!         <ul>
            {% for v in versions %}
              <li class="{% cycle '' 'pg-bg-gray' %}"><b>{{ v.numtree }}.{{ v.latestminor }}</b> &middot; {{ v.reldate|date:"Y-m-d" }} &middot; <a href="/docs/{{ v.numtree }}/static/{{ v.relnotes }}">Notes</a></li>
            {% endfor %}
--- 49,55 ----
            <strong>2018-05-24 - PostgreSQL 11 Beta 1 Released!</strong>
            The PostgreSQL Global Development Group announces that the <a href="/about/news/1855/">first beta release of PostgreSQL 11</a> is now available for <a href="/download/">download</a>. This release contains <a href="/docs/11/static/release-11.html">previews of all features</a> that will be available in the final release of PostgreSQL 11, though <a href="/developer/beta/">some details of the release could change</a> before then.
          </p>
!         <ul id="pg-releases">
            {% for v in versions %}
              <li class="{% cycle '' 'pg-bg-gray' %}"><b>{{ v.numtree }}.{{ v.latestminor }}</b> &middot; {{ v.reldate|date:"Y-m-d" }} &middot; <a href="/docs/{{ v.numtree }}/static/{{ v.relnotes }}">Notes</a></li>
            {% endfor %}
