{% extends "hosterbase.html" %} {% block body %} {% if policy or delete %} {% endif %} {% if policy %} {% endif %}

Recipe {{ recipe.name }}

Description: {{ recipe.desc }}
{% if policy %}

Policy

{% for constraint in ['read', 'manage'] %}
{{ constraint }}
    {% for entry in policy[constraint] %}
  • {{ entry }}
  • {% endfor %}
{% endfor %}
Reset policy to
{% endif %}
{{ representations }}

Recipe

Tiddlers

{% endblock %}