{% extends "docs_base.html" %}
{% block content %}
<div class="prose prose-slate max-w-none">
<h1>Documentation</h1>
<p>Welcome to the Rustavel documentation. Here you'll find comprehensive guides and documentation to help you start working with Rustavel as quickly as possible.</p>
<h2>What is Rustavel?</h2>
<p>Rustavel is a web application framework for Rust with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Rustavel takes the pain out of development by easing common tasks used in many web projects.</p>
<h2>Why Rustavel?</h2>
<ul>
<li>Built on top of battle-tested Rust web frameworks</li>
<li>Elegant syntax inspired by Laravel</li>
<li>Robust database integration with SeaORM</li>
<li>Powerful CLI tools for rapid development</li>
<li>Modern templating with Askama</li>
<li>Built-in authentication and authorization</li>
</ul>
<h2>Getting Started</h2>
<p>To get started with Rustavel, check out these topics:</p>
<ul>
<li><a href="/docs/installation">Installation Guide</a></li>
<li><a href="/docs/routing">Basic Routing</a></li>
<li><a href="/docs/controllers">Controllers</a></li>
<li><a href="/docs/models">Database Models</a></li>
</ul>
</div>
{% endblock %}