{% extends "base.html" %} {% block main_content %} {{ macros_page_header::page_header(title=section.title) }} {% for asset in section.assets %} {% if asset is matching(".*\.(jpg|jpeg|png)$") %} {% set image = resize_image(path=asset, width=1280, height=854) %} {% endif %} {% endfor %} {% endblock main_content %}