{% extends "base.html" %} {% block title %}خانه - LAZARUS{% endblock %} {% block content %}

📁 سایت من

{% for site in sites %}
{{ site.name }} ({{ (site.size/1024)|round(1) }}KB)
👁️ مشاهده
{% endfor %} {% if not sites %}

هنوز سایتی ساخته نشده

💬 شروع چت
{% endif %} {% endblock %}