10 lines
164 B
HTML
10 lines
164 B
HTML
|
{{ define "title" }}
|
||
|
<title>wasmcloud Control Panel</title>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "content" }}
|
||
|
<h1>Control Panel</h1>
|
||
|
|
||
|
<big>TODO(cadey): all of this</big>
|
||
|
{{ end }}
|