d9de37d3d8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
247 B
HTML
8 lines
247 B
HTML
{{define "content"}}
|
|
<h1 class="text-2xl font-bold text-gray-800 mb-2">Library</h1>
|
|
<p class="text-gray-500 text-sm">
|
|
No questions yet.
|
|
<a href="/upload" class="text-blue-600 hover:underline">Upload a document</a> to get started.
|
|
</p>
|
|
{{end}}
|