summaryrefslogtreecommitdiffstats
path: root/templates/page-main.html
blob: 25f6cea6474a4f46ffddf937ebdf9e3488362699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="jumbotron">
	<h1>Willkommen, {{user}}</h1>
	<p>Dies ist die bwLehrpool Konfigurationsoberfläche, {{user}}</p>
	{{#ipxe}}
		<div class="alert alert-warning">
			<p>Das iPXE-Modul des Servers ist veraltet oder nicht vorhanden.</p>
			<a class="btn btn-large btn-primary" href="?do=ipxe">iPXE compilieren</a>
		</div>
	{{/ipxe}}
</div>