{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Instances - DocuPulse{% endblock %} {% block content %} {{ header( title="Instances", description="Manage your DocuPulse instances", button_text="", button_url="", icon="fa-server" ) }}

Instance management will be available soon.

{% endblock %}