{% extends "base.html" %} {% block title %}Discover - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}

Discover

{% include "partials/discover_sidebar.html" %}
{# `tag-added` is fired by the typeahead once it appends a hidden input, so picking a suggestion refreshes results through the same path as every other filter control. #}
Searching... {{ total_items }} {% if mode == "projects" %}projects{% else %}items{% endif %}
{% if mode == "projects" %}
Name Category Items Added
{% else %}
Type Name Tag Price Added
{% endif %}
{% include "partials/discover_results.html" %}
{% endblock %} {% block scripts %} {% endblock %}