06/18 Phase 7
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ _('Browse listings') }}{% endblock %}
|
||||
{% block title %}
|
||||
{% if filters.get('q') %}{{ _('Results for "%(q)s"', q=filters.get('q')) }} — Classifieds
|
||||
{% elif filters.get('category') %}{{ _('Browse listings') }} — Classifieds
|
||||
{% else %}{{ _('Browse listings') }} — Classifieds
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block meta_description %}<meta name="description" content="{{ _('Browse local classifieds — for sale, jobs, services, and more.') }}">{% endblock %}
|
||||
{% block content %}
|
||||
<div class="browse">
|
||||
<aside class="filters card">
|
||||
|
||||
Reference in New Issue
Block a user