{% extends "base.html" %} {% block content %} Home
{% for image in allimages %}
{% if image.path.lower().endswith('.pptx') %}
{{ image.path.split('static/photos/')[1] }}
{% else %} {% endif %}
{% endfor %}
{% endblock %}