{% include 'menu.html' %}
upper
project name
period
location
type
initiative/fund
network
{% for article in articles %}
{{ article.upper }}
{{article.title}}
{{article.published.strftime('%Y') }}
{{article.location}}
{{article.type}}
{{article.fund}}
{{article.network}}
{% if imgDict[article.path] %}
{% for img in imgDict[article.path] : %}
{% set img_url = article.path + '/' + img %}
{% endfor %}
{%endif%}
{{article}}
{% endfor %}