{% include "includes/headers.html" %} {% with facet='advanced' %} {% set page_help='JSON-recipes' %} {% include "includes/navbar.html" %} {% endwith %}
{% with facet='advanced' %} {% include "includes/data-tabs.html" %} {% endwith %}

Advanced transformation

This page is for developers and other advanced technical users.

{% if recipe.recipe_id %} {% set method="POST" %} {% set action="/actions/save-recipe" %} {% else %} {% set method="GET" %} {% set action="/data" %} {% endif %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}