{% extends "index.html" %} {% block content %} Provide your Plaid client ID and at least the client secret corresponding to the Plaid environment you choose.
Find your keys at the Plaid Dashboard.



{% if plaid_creds_valid %}
{% else %}
{% endif %} {% if plaid_env %}
{% endif %}
{% endblock %}