persmgr/templates/index.html
2025-09-02 19:41:06 +03:00

12 lines
167 B
HTML

{% extends "base.html" %}
{% block title %}Dashboard{% endblock %}
{% block headers %}
{% endblock %}
{% block content %}
<h1>Hello!!!!!!!</h1>
{% endblock %}