{# Recipe Index page #} {% extends '_layout' %} {% block main %}

Our Latest Brew Recipes

That's right, you can brew our brews at home. We don't care. Bring some in for us to try and we'll compare. If yours is better, we'll hire you. On the spot. No kidding. Just ask our brew master.

{% for entry in craft.entries.section('recipes') %} {% endfor %}
Beer Name Original Brew Date Style
{{ entry.title }} {{ entry.originalBrewDate | date('F Y') }} Stout
{% endblock %}