{% include "includes/headers.html" %} {% with facet='source' %} {% set page_help='Source-page' %} {% include "includes/navbar.html" %} {% endwith %}
{% if recipe.args.url %} {% with facet='source' %} {% include "includes/data-tabs.html" %} {% endwith %} {% endif %}

Choose your HXL data source

Option 1: enter a URL

{% if recipe.recipe_id %} {% set method="POST" %} {% set action=url_for('do_data_save') %} {% else %} {% set method="GET" %} {% set action=url_for("data_edit") %} {% endif %}

Type or paste the URL of an online spreadsheet or API containing HXL hashtags.

{% with excludes=['url', 'skip_verify_ssl', 'sheet'] %} {% if recipe.recipe_id %} {% endif %} {% include "includes/params.html" %} {% endwith %}

Option 2: choose from the cloud

{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}