{% trans 'Sandwitches' %}
{% trans 'Sandwiches so good, they haunt you!' %}
{% extends "base_beer.html" %} {% load i18n static %} {% block title %}Sandwitches{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'Sandwiches so good, they haunt you!' %}