{% extends "base_template.html" %} {% block title %}{{ splent_app }} — Home{% endblock %} {% block content %}

{{ splent_app }}

Product info — everything running in this instance
{{ splent_env }}
Python
{{ runtime.python }}
Flask
{{ runtime.flask }}
Features
{{ features|length }}
Debug
{{ 'On' if runtime.debug else 'Off' }}

Loaded features

{% for feat in features %} {% endfor %}
Blueprint Routes
{{ feat.name }} {{ feat.routes }}

Registered services

{% if services %} {% else %}

No services registered.

{% endif %}

Flask extensions

{% if extensions %} {% else %}

No extensions loaded.

{% endif %}

Environment

SPLENT_APP {{ splent_app }}
SPLENT_ENV {{ splent_env }}
Database {{ db_display }}
Platform {{ runtime.platform }}
{% endblock %}