X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/f3c1b256ad0f930d2f7fc623ad538692a3829979..b6054ddecbc4d4a9b8e822ff8f0ace386e5e6e00:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 1269786..7964aca 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -1,8 +1,16 @@ +#from functions import functions +#extends functions + +#def full_body + $title + - + + +
+#if $varExists('error_text') +

STDERR:

$error_text
+#end if +
+ #if not $varExists('simple') or not $simple

[You are logged in as $user.username.]

+ + + +
LOADING
+
+ $body #if not $varExists('simple') or not $simple
@@ -38,3 +108,4 @@ Questions? Contact sipb-xen-dev@mit.edu +#end def