13 lines
169 B
Handlebars
13 lines
169 B
Handlebars
<h2 id="title">Inspektor</h2>
|
|
|
|
{{#if connecting}}
|
|
Connecting...
|
|
{{else}}
|
|
{{#if connected}}
|
|
Connected.
|
|
{{else}}
|
|
Not connected.
|
|
{{/if}}
|
|
{{/if}}
|
|
|
|
{{outlet}} |