1 <%page expression_filter="h"/>
2 <%inherit file="skeleton.mako" />
8 %if os.path.exists("/etc/invirt/motd.html"):
10 <p class="error">${open('/etc/invirt/motd.html').read()|n}</p>
14 <p>Uh-oh! We experienced an error. Sorry about that. We've gotten
17 <p>Feel free to poke us at <tt>${config.contact}</tt> if this bug is
18 consistently biting you and we don't seem to be fixing it.</p>
20 <p>In case you're curious, the gory details are below.</p>