AICertification/app/flask-postgres/app/templates/index.html
2026-04-09 16:37:36 +02:00

5 lines
106 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "partials/home_content.html" %}
{% endblock %}