{% extends "base.html" %}

{% block main %}
<section class="quiet">
	<p>
		<ul>
			{% for title in post_titles %}
			<li>{{ title }}</li>
			{% endfor %}
		</ul>
	</p>
<section>
{% endblock %}