+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% if blog.title == 'Announcing PostgresOpen Silicon Valley Guest Keynote: Brandon Philips' %}
- <!-- Sponsorship -->
- <h3>{{blog.title}}</h3>
- <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content|markdown}}
- <hr>
-{% endif %}
-{%endfor%}
-
-{% endblock %}
\ No newline at end of file
+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% if blog.title == 'Announcing PostgresOpen Silicon Valley Guest Keynote: Brandon Philips' %}
- <!-- Sponsorship -->
- <h3>{{blog.title}}</h3>
- <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content|markdown}}
- <hr>
-{% endif %}
-{%endfor%}
-
-{% endblock %}
\ No newline at end of file
+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% if blog.title == 'PostgresOpen Early Bird Registration now Open' %}
- <!-- Sponsorship -->
- <h3>{{blog.title}}</h3>
- <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content|markdown}}
- <hr>
-{% endif %}
-{%endfor%}
-
-{% endblock %}
\ No newline at end of file
+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% 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%}
-
-{% endblock %}
\ No newline at end of file
+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% if blog.title == 'Postgres Open Q&A with Sudhakar Sannakkayala, General Manager, Azure OSS Databases' %}
- <!-- Sponsorship -->
- <h3>{{blog.title}}</h3>
- <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content|markdown}}
- <hr>
-{% endif %}
-{%endfor%}
-
-{% endblock %}
\ No newline at end of file
+++ /dev/null
-{%extends "base.html" %}
-{%block title%}Blog | PostgresOpen {%endblock%}
-{%block pagetitle%}PostgresOpen {%endblock%}
-{%block content%}
-<!-- Main -->
-<h1>Blog</h1>
-<hr>
-{%for blog in blogposts %}
-
-{% if blog.title == 'PostgresOpen Silicon Valley Registration Closing' %}
- <!-- Sponsorship -->
- <h3>{{blog.title}}</h3>
- <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content|markdown}}
- <hr>
-{% endif %}
-{%endfor%}
-
-{% endblock %}
\ No newline at end of file