Add a new post
{% for post in posts %}
{{post.title}}
Posted at: {{ post.date.strftime('%m/%d/%Y at %G:%I%p') }}
{{post.text}}
{% endfor %}