{% set members = [{ avatar: "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", name: "Jenell D. Matney", title: "Founder and CEO" }, { avatar: "assets/images/256_daniel-gaffey-1060698-unsplash.jpg", name: "Sherri J. Cardenas", title: "Software Engineer" }] %}
{% set properties = [{ image: "assets/images/re/christopher-harris-55545-unsplash.png", title: "Single Family House", price: "$750k", location: "Marleybone, London", sqm: "2,300", rooms: "2", favorite: true }, { image: "assets/images/re/evelyn-paris-95853-unsplash.png", title: "Single Family House", price: "$830k", location: "Adamsside, Egypt", sqm: "3,100", rooms: "3" }, { image: "assets/images/re/joshua-case-639994-unsplash.png", title: "Single Family House", price: "$970k", location: "Yasmineton, Colombia", sqm: "4,500", rooms: "5" }, { image: "assets/images/re/joshua-hanks-659912-unsplash.png", title: "Single Family House", price: "$670k", location: "South Etha, Liberia", sqm: "3,400", rooms: "4" }, { image: "assets/images/re/marcus-schorn-553219-unsplash.png", title: "Single Family House", price: "$750k", location: "Marleybone, Georgia", sqm: "1,200", rooms: "2" }, { image: "assets/images/re/terrah-holly-16329-unsplash.png", title: "Single Family House", price: "$800k", location: "Arnulfoberg, Germany", sqm: "3,200", rooms: "3" }] %}


Find the Best Property
{% for item in properties %}

{{ item.title }}

place {{ item.location }}
zoom_out_map {{ item.sqm }} sqm weekend {{ item.rooms }} rooms
{% endfor %}
{% import "components/pagination.html" as pagination %} {{ pagination.component(pages=4, first=true, last=true, align='center') }}
Inbox
{% for item in members %}
Avatar

{{ item.name }}
{{ item.title }}

{% endfor %}
Map View