{% extends "inc/layout.html" %} {% block title %}Application list{% endblock %} {% block content %} {% for client in clients %} {%- set link = url_for('client_info', key=client.key)|e %} {% else %} {% endfor %}
# Title Owner Website
No applications have been registered

Register a new application →

{% endblock %}