{% extends 'template.html' %} {% block css %} {% endblock css %} {% block navbar %} {% include 'z_comps/navbar.html' %} {% endblock navbar %} {% block body %}
{% for post in data %}
card image
{{post[5]}}

{{ post[1] }} {{ post[2] }}
{{ post[3] }}
{% if post[4] is not none %} {{ post[4] }}
{% endif %} {{ post[8] }} min.

{{ post[6] }}...

{% endfor %}
{% endblock body %} {% block js %} {% include 'z_comps/aos_script.html' %} {% endblock js %}