2014-03-11 22:57:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Skia WebTry</title>
|
2014-05-19 16:40:08 +00:00
|
|
|
{{template "headercommon.html" .}}
|
|
|
|
<link rel='import' type='text/html' href='/res/imp/zoom.html'>
|
2014-03-11 22:57:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-04-28 15:33:31 +00:00
|
|
|
{{template "titlebar.html" .}}
|
2014-04-22 21:13:45 +00:00
|
|
|
{{template "content.html" .}}
|
2014-03-11 22:57:50 +00:00
|
|
|
|
2014-05-19 16:40:08 +00:00
|
|
|
<script type='text/javascript'>
|
2014-04-19 13:55:50 +00:00
|
|
|
// Not running in a workspace.
|
2014-05-19 16:40:08 +00:00
|
|
|
var workspaceName = '';
|
2014-03-11 22:57:50 +00:00
|
|
|
</script>
|
2014-05-19 16:40:08 +00:00
|
|
|
{{template "footercommon.html" .}}
|
2014-03-11 22:57:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|