11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
{{ define "header" }}
|
||
|
<h1>Clustvirt</h1>
|
||
|
<h2>Libvirtd simplified and clustered</h2>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li>Server 1</li>
|
||
|
<li>Server 2</li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
{{ end }}
|