{% extends "browse/personas/mobile/base.html" %}
{% set addon_sets = filter.all() %}
{% set more_links = {
'created': _('View All Recently Added'),
'popular': _('View All Most Popular'),
'rating': _('View All Top Rated'),
} %}
{% macro sort_link(key) -%}
{{ url('browse.personas', category.slug)|urlparams(sort=key) }}
{%- endmacro %}
{% block bodyclass %}personas-category-landing{% endblock %}
{% block page %}
{{ _('Themes') }}
{{ _('Easy-to-use themes for Firefox') }}
{% include "search/mobile/search.html" %}