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

{{ itemid }}

{% set count=[0] %} {% for item in datafromjson %} {% if item.lower().endswith(('.png', '.jpg', '.jpeg')) %}
{% elif item.lower().endswith(('.mp4')) %}
{% elif item.lower().endswith(('.mp3')) %}
{% elif item.lower().endswith(('.html')) %} {{ textfiles[count[0]] }} {% if count.append(count.pop() + 1) %}{% endif %}


{% endif %} {% endfor %}
{% endblock %}