{% extends "projects/projects.html" %}
{% block head %}
{{ super() }}
{% endblock %}
{% block mid_grid_section %}
{% set search_description = 'This field can be used to search for projects
by using their associated tags' %}
{% include 'nbi/area_section.html' %}
{% include 'base/search_section.html' %}
{% include 'base/highlight_tags_section.html' %}
{% endblock %}