{% extends "layout.html" %} {% block page %} {% include 'masterhead.html' %} {% include 'joinus.html' %}
{% for id, item in bag('featured').items() %} {% set image = url(item.path+'main.jpg') %}
project image

{{ item.title }}

{{ _("Details") }}
{% endfor %}
{% endblock %}