{% extends "base_beer.html" %} {% load i18n static %} {% block title %}Sandwitches{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans 'Sandwitches' %}

{% trans 'Sandwiches so good, they haunt you!' %}

{% include "components/search_form.html" %} {% if highlighted_recipes %}

{% trans 'Highlights' %}

{% endif %}
{% include "partials/recipe_list.html" %} {% endblock %} {% block page_scripts %} {% include "components/search_scripts.html" %} {% include "components/carousel_scripts.html" %} {% endblock %}