Home | History | Annotate | Download | only in templates
      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4     <title>Skia WebTry</title>
      5     {{template "headercommon.html" .}}
      6     <link rel='import' type='text/html' href='/res/imp/zoom.html'>
      7 </head>
      8 <body class=iframe>
      9   {{template "content.html" .}}
     10   <script type='text/javascript'>
     11       // Not running in a workspace.
     12       var workspaceName = '';
     13   </script>
     14   {{template "footercommon.html" .}}
     15 </body>
     16 </html>
     17