{% from theme('macros/search.html') import site_search with context %} {% cache cache_duration, 'subnav-large', g.lang_code %} {{ site_search(size='lg') }} {% for topic in g.featured_topics %} {{ topic.name }} {% endfor %} {{ _('Share, improve and reuse public data') }} {{ _('Contribute!' )}} {% endcache %}