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> 9 {{template "titlebar.html" .}} 10 {{template "content.html" .}} 11 12 <script type='text/javascript'> 13 // Not running in a workspace. 14 var workspaceName = ''; 15 </script> 16 {{template "footercommon.html" .}} 17 </body> 18 </html> 19