-<p>PostgresOpen is coming up in less than a month and we've got an exciting time planned. We're kicking off with tutorials on September 5th, followed by two days of talks ranging from talks by Postgres <a href="https://postgresql.us/events/pgopen2018/schedule/session/499-lessons-from-building-venicedb/">end users</a> to <a href="https://postgresql.us/events/pgopen2018/schedule/session/574-just-in-time-compilation-in-postgresql/">committers</a> talking about the latest and greatest <a href="https://postgresql.us/events/pgopen2018/schedule/session/548-parallelism-in-postgresql-11/">performance advancements</a>. This year the conference is again held in downtown San Francisco, make it easy to get to your <a href="https://aws.passkey.com/event/49526018/owner/1150/landing">hotel</a> via quick Bart ride from the airport without ever needing to grab a car.</p><p>Many of you are already registered for the conference and all set, but for you stragglers out there you still hvae some time to get your tickets and reserve your <a href="https://2018.postgresopen.org/venue/">hotel room</a>. You'll want to make sure to grab you hotel room this week as the hotel block will run out by next week so make sure to secure your room so you can be right by all the <a href="https://postgresql.us/events/pgopen2018/schedule/">conference activities</a></p>. <p>You can get your room at the conference rate at: <a href="https://book.passkey.com/event/49526018/owner/1150/home">https://book.passkey.com/event/49526018/owner/1150/home</a></p>
+{%extends "base.html" %}
+{%block title%}Blog | PostgresOpen 2018{%endblock%}
+{%block pagetitle%}PostgresOpen 2018{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Blog</h1>
+<hr>
+{%for blog in blogposts %}
-<p>If you're already set on your conference ticket and hotel room there is still one other think you may want to consider: The tutorials. On Wednesday we'll be hosting six tutorials to help you get some hands on deep dive experience with various Postgres topics. This year our tutorials include:</p>
+{% if blog.title == 'PostgresOpen less than a month away' %}
+ <!-- Sponsorship -->
+ <h3>{{blog.title}}</h3>
+ <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
+ {{blog.content|markdown}}
+ <hr>
+{% endif %}
+{%endfor%}
-<ul>
-<li><b>In the AM</b>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/speaker/52-keith-fiske/">PostgreSQL Administration Training by Keith Fiske</a>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/session/594-hands-on-with-azure-database-for-postgresql/">Hands on with Azure Database for PostgreSQL by Teja Mupparti, Byju Sukumaran</a>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/session/545-postgresql-application-development-with-nodejs/">PostgreSQL Application Development With Node.js by
-Sehrope Sarkuni</a>
-<li><b>In the PM</b>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/session/581-architecting-real-time-analytics-for-your-customers/">Architecting real-time analytics for your customers by Marco Slot</a>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/speaker/20-regina-obe-and-leo-hsu/">The World of PostGIS by Regina Obe and Leo Hsu, Leo Hsu and Regina Obe</a>
-<li><a href="https://postgresql.us/events/pgopen2018/schedule/session/487-lets-build-a-complex-real-time-data-management-applicationbefore-the-session-ends/">Let's Build a Complex, Real-Time Data Management Application...before the session ends! by Jonathan S. Katz</a>
-</ul>
-
-<p><b>Note: You do need to register for tutorials in advance of the conference and cannot drop in day of, so please make sure to grab your registration now.</b></p>
-
-<p>Have any questions or things we can help with as you prepare to join us at <a href="https://2018.postgresopen.org/">PostgresOpen</a> this year? Email us at program2018@postgresopen.org. We look forward to seeing you all there.</p>
\ No newline at end of file
+{% endblock %}
\ No newline at end of file