{% extends "layouts/base.html" %} {% block title %}{{ app_name }} - Home{% endblock %} {% block meta_description %}{{ app_name }} home page{% endblock %} {% block content %}

Welcome to {{ app_name }}

Your application's starting point — explore the pages below.

App Information

View version, environment, and debug status in real time.

View details

Showcase

Explore the visual components and the system's color palette.

View showcase

Documentation

Check the project structure and how to extend it.

Coming soon
{% endblock %}