summaryrefslogtreecommitdiffstats
path: root/webui_templates/blank.tmpl
blob: 7b33dd504c75d4616ebb07af8e68a8ad8b9dc1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#extends cobbler.webui.master

#block body
#if $getVar('more_blank','') == ''
You are now logged in to <A HREF="http://fedorahosted.org/cobbler">Cobbler</A>.

Main screen turn on.
#else
Cobbler awaits your command.
<!-- for great justice -->
#end if
#end block body