X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/426183788de4f8f68adce1a03860294cf446bcf1:/code/templates/unauth.tmpl..618e384daea47ffcacee824c36a041f4a38f4ea5:/code/templates/unauth.mako?ds=sidebyside diff --git a/code/templates/unauth.tmpl b/code/templates/unauth.mako similarity index 90% rename from code/templates/unauth.tmpl rename to code/templates/unauth.mako index 0715f2c..562481f 100644 --- a/code/templates/unauth.tmpl +++ b/code/templates/unauth.mako @@ -1,12 +1,10 @@ -#from skeleton import skeleton -#extends skeleton +<%page expression_filter="h"/> +<%inherit file="skeleton.mako" /> - -#def title +<%def name="title()"> Intro -#end def + -#def body

XVM — Virtual Servers for MIT

xvm.mit.edu is a virtualization service for the @@ -18,7 +16,7 @@ to any Athena account holder.

MIT users:

Log in to XVM now +href="https://${config.web.hostname}/"> Log in to XVM now

You'll need an MIT personal certificate.

@@ -56,5 +54,3 @@ contributors.

Questions and feedback welcome at xvm@mit.edu.

- -#end def