Use the compiled Cheetah templates.
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
index 60cca90..94802c4 100644 (file)
@@ -31,6 +31,12 @@ function helppopup(name){
 </head>
 <body id="body">
 
+#if True
+<div>
+<p>We are in the process of modifying the service.  Things likely will not work.</p>
+</div>
+#end if
+
 <div id="err">
 #if $varExists('error_text')
 <p>STDERR:</p><pre>$error_text</pre>