{% extends 'layout.html' %} {% block title %}Posts{% endblock %} {% block content %}

Posts

You have {{ posts.length }} posts!

Create a Post

{% endblock %}