{% extends 'dashboard.html' %} {% block page %} {{ render_partial('dashboard/http_functions/header.html', user_id=user_id, show_name=False, show_refresh=False, show_logs=False, show_client=False, show_link=False, dashboardUrl=url_for('http.overview'), cancel_url=url_for('http.overview'), title='New HTTP Function') }}
{% endblock %}