index.html
{{template "setup.html" .}}
{{define "title"}}Welcome{{end}}
{{define "content"}}
<div class="text-center">
<h2 class="text-2xl font-bold mb-4">Welcome to ReadySite</h2>
<p class="text-base-content/70 mb-6">
Let's get your site set up. This wizard will guide you through creating
an admin account and configuring your AI assistant.
</p>
<a href="/setup/account" class="btn btn-primary btn-wide gap-2">
Get Started
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6" />
</svg>
</a>
</div>
{{end}}