{% extends "main/layout.html" %} {% block title %}{% endblock %} {% block main %} {% for post in posts %} {# Card image overlay (desktop only) #} {{ post.title|safe }} {% endfor %} {% endblock %}