{% extends "base.html" %} {% block content %}

(New post)

{% for img,ititle,itags in images1 %}
{{ ititle }} {{ itags }} {% endfor %}
{% for img,ititle,itags in images2 %}
{{ ititle }} {{ itags }} {% endfor %}
{% for img,ititle,itags in images3 %}
{{ ititle }} {{ itags }} {% endfor %}
{% endblock %}