12 lines
315 B
Plaintext
12 lines
315 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>MD Hub Secure</h1>
|
|
</section>
|
|
</section>
|
|
{{ end }}
|