X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/77238c2233002aa1e8256d2eda37ff65dcd5c916..cda42d0259dad581350a802aaccb6a0c4f6bc5fd:/code/templates/skeleton.mako diff --git a/code/templates/skeleton.mako b/code/templates/skeleton.mako new file mode 100644 index 0000000..0fd67e3 --- /dev/null +++ b/code/templates/skeleton.mako @@ -0,0 +1,82 @@ +<%page expression_filter="h"/> + + +${self.title()} — XVM + + + + + + + + +% if False: +
+

We are in the process of modifying the service. Things likely will not work.

+
+% endif + +% if error_text is not UNDEFINED: +
+

STDERR:

${error_text}
+
+% endif + +% if not simple: +% if user: +

Welcome, ${user}.

+% endif + + + +% endif + +
+% if result: +${result} +% endif +
+ +% if not simple: +

${self.title()} — XVM

+% endif +${next.body()} +% if not simple: +
+Questions? Contact xvm@mit.edu. +% endif + + + +<%def name="title()"> +XVM +