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

{{ itemid }}

{{ datafromjson }}

{% for item in datafromjson %} {% if item.lower().endswith(('.png', '.jpg', '.jpeg')) %}
{% elif item.lower().endswith(('.mp4')) %}
{% elif item.lower().endswith(('.mp3')) %}
{% endif %} {% endfor %} {% if textfile is defined %}

{{ textfile }}

{% endif %}
{% endblock %}