--- url: type: 'string' placeholder: type: 'hash' default: es: 'Buscar' en: 'Search' pt_BR: 'Pesquisar' categories: type: 'array' tags: type: 'array' sort: type: 'array' ---
{% render 'forms/select.html', id: 'categories', items: categories %}
{% render 'forms/select.html', id: 'tags', items: tags %}
{% render 'forms/select.html', id: 'sort', items: sort %}