{% 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 }} {% for tag in topic.tags %} {{ tag|truncate(14, True) }} {% endfor %}