{% extends 'dashboard.html' %} {% block page %}

HTTP Functions

{% block function_list %} {% from 'dashboard/http_functions/_function_list.html' import render_functions %} {{ render_functions(http_functions) }} {% if http_functions|length == 0 %}

No functions found

Get started by creating a new function.

{% endif %} {% endblock %}
{% endblock %}