{% extends "layout.html" %} {% import "macros/frontPageLayouts.html" as Layout %} {% block content %}
{% for row in layout %} {{Layout[row.type](row.items)|safe}} {% endfor %}
Thank You! You have subscribed to our mailing list.

Sign up to get the latest offers

{% endblock %}