linkedin2/templates/index.html

10 lines
179 B
HTML
Raw Normal View History

2025-02-17 18:18:14 +02:00
{% extends "base.html" %}
{% block title %}Главная{% endblock %}
{% block content %}
<h2>HELO, {{ username }} to {{role}}!</h2>
<p>Dashboard</p>
{% endblock %}