{% extends 'dashboard.html' %} {% block page %} {% import 'dashboard/http_functions/_function_list.html' as list_macros %}

HTTP Functions

{% if http_functions %} {{ list_macros.render_functions(http_functions) }} {% else %}

No functions found

Click the "Add Function" button to create your first function

{% endif %}
{% endblock %}