wasmcloud/tmpl/controlindex.html

12 lines
206 B
HTML

{{ define "title" }}
<title>wasmcloud Control Panel</title>
{{ end }}
{{ define "content" }}
<h1>Control Panel</h1>
<big>TODO(cadey): all of this</big>
<p>logged in as {{ .Data.Username }}</p>
{{ end }}