{% extends 'base.html' %}

{% block content %}
    <div class="content">
        <h2>Index of posts.html</h2>
    </div>
{% endblock %}