{% extends "default.html" %} {% block title %}{{ app.name }} | Echo Tracker{% endblock %} {% block content %}

Editing {{ app.name }}

General

Endpoints

{% for endpoint in app.endpoints %}
seconds
{% endfor %}

Add an endpoint

seconds
{% endblock %}