Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.67 KB

File metadata and controls

74 lines (50 loc) · 1.67 KB
layout default

Tablecloth

Techniques

{% for recipe in site.techniques %}

{% endfor %}

Baking

{% for recipe in site.baking %}

{% endfor %}

Beef

{% for recipe in site.beef %}

{% endfor %}

Chicken

{% for recipe in site.chicken %}

{% endfor %}

Fish

{% for recipe in site.fish %}

{% endfor %}

Pork

{% for recipe in site.pork %}

{% endfor %}

Soup

{% for recipe in site.soup %}

{% endfor %}

Sauces

{% for recipe in site.sauces %}

{% endfor %}

Vegetarian

{% for recipe in site.vegetarian %}

{% endfor %}

Cocktails

{% for recipe in site.cocktails %}

{% endfor %}

Drinks

{% for recipe in site.drinks %}

{% endfor %}