{% from theme('macros/search.html') import site_search with context %} {{ site_search(size='lg') }} {% for topic in g.featured_topics %} {{ topic.name }} {% endfor %} {{ topic.name }} {{ topic.description|markdown }} {{ _('Contribute!' )}}