{% extends "base.html" %} {% block title %}{% endblock %} {% block content %} {% for post in posts %}
{% if post.pic %} pic {% endif %}
{{ post.title }}

{{ post.text }}


{{ post.create }}

In detail..
{% endfor %} {% endblock %}