{% block promoted %} {% snippet 'home/snippets/promoted.html' %} {% endblock %}
{% block search %} {% snippet 'home/snippets/search.html' %} {% endblock %}
{# Note: this featured_group block is used as an example in the theming tutorial in the docs! If you change this code, be sure to check whether you need to update the docs. #} {# Start template block example. #} {% block featured_group %} {% snippet 'home/snippets/featured_group.html' %} {% endblock %} {# End template block example. #}
{% block featured_organization %} {% snippet 'home/snippets/featured_organization.html' %} {% endblock %}