{% extends 'base.html.j2' %} {% block title %}Home{% endblock %} {% block content %}

Welcome to PyraFiles

{% if request.user and request.user.is_verified %} Hello, {{ request.user.username }}! {% else %} Welcome, Guest! {% endif %}

🚀 What is PyraFiles?

PyraFiles is a powerful, multi-tenant file sharing and management platform designed for teams, organizations, and automated systems. Built with security and flexibility in mind, it provides a comprehensive solution for managing digital assets across different environments.

{% if request.user and request.user.is_verified %}

Your Namespaces

{% if user_namespaces %} {% else %}

You are not a member of any namespaces. Create your first namespace to get started!

{% endif %}
{% endif %}

Public Namespaces

{% if public_namespaces %} {% else %}

No public namespaces available.

{% endif %}
{% if not request.user or not request.user.is_verified %}

Get Started

Login or create an account to start managing your files with PyraFiles!

{% endif %}

✨ Key Features

🔐 Advanced Authentication & Authorization

📁 Flexible File Management

⏰ Scheduled Actions

🤖 Agent & API Support

👥 Team Collaboration

🛡️ Security & Reliability

🎯 Perfect For

{% endblock %}