Files
cairnquire/apps/server/internal/httpserver/templates/index.gohtml

12 lines
312 B
Plaintext

{{ define "index.gohtml" }}{{ template "base" . }}{{ end }}
{{ define "index_content" }}
<section class="workspace-shell workspace-shell--empty">
{{ template "browser" .Browser }}
<section class="empty-preview">
<p class="eyebrow">Documents</p>
<h1>Cairnquire</h1>
</section>
</section>
{{ end }}