{% trans 'Your Favorites' %}
{% trans 'The recipes you love the most.' %}
{% extends "base_beer.html" %} {% load i18n static %} {% block title %}{% trans 'Favorites' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'The recipes you love the most.' %}