{% extends "layouts/base.html" %} {% block title %}KH3 - Food Simulator{% endblock %} {% block head %} {% endblock %} {% block content %}
{# clockwise points #} STR MAG DEF HP MP Strength +0 Magic +0 Defense +0 HP +0 MP +0 Sorry, your browser does not support inline SVG.

Starters

{% for recipe in recipes.starters %} {% include "components/kh3/recipe.html" %} {% endfor %}

Soups

{% for recipe in recipes.soups %} {% include "components/kh3/recipe.html" %} {% endfor %}

Fish Dishes

{% for recipe in recipes.fish %} {% include "components/kh3/recipe.html" %} {% endfor %}

Meat Dishes

{% for recipe in recipes.meat %} {% include "components/kh3/recipe.html" %} {% endfor %}

Deserts

{% for recipe in recipes.deserts %} {% include "components/kh3/recipe.html" %} {% endfor %}
{% endblock %}