This page is for developers and other advanced technical users.
{% if recipe.recipe_id %} {% set method="POST" %} {% set action="{{ url_for('do_data_save') }}" %} {% else %} {% set method="GET" %} {% set action="{{ url_for('data_view') }}" %} {% endif %}