+ {% block background %}
+
+ {% endblock background %}
+
+ {% block brainsweepee %}
+ {% with brainsweepee=recipe.brainsweepee %}
+ {% include recipe.brainsweepee.template~".html.jinja" %}
+ {% endwith %}
+ {% endblock brainsweepee %}
+
+ {% block ingredient %}
+
+ {{ texture_macros.render_item(recipe.blockIn.block) }}
+
+ {% endblock ingredient %}
+
+ {% block result %}
+
+ {{ texture_macros.render_item(recipe.result.name) }}
+
+ {% endblock result %}
+