wasmcloud/tmpl/controlindex.html

12 lines
206 B
HTML
Raw Permalink Normal View History

2019-11-19 17:07:56 +00:00
{{ define "title" }}
<title>wasmcloud Control Panel</title>
{{ end }}
{{ define "content" }}
<h1>Control Panel</h1>
<big>TODO(cadey): all of this</big>
2019-11-19 17:25:17 +00:00
<p>logged in as {{ .Data.Username }}</p>
2019-11-19 17:07:56 +00:00
{{ end }}