blob: fae33ce24dd4702c073fcd259df0bb9489795b0d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}}</title>
<base href="/">
<meta charset="utf-8">
<meta name="theme-color" content="#FF7F00">
<link rel="shortcut icon" href="/res/img/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/res/js/core.js"></script>
<!-- Set the global app config. -->
<script type="text/javascript" charset="utf-8">
sk.app_config = {{.}};
</script>
<link href="/res/vul/elements.html" rel="import" />
<style type="text/css" media="screen">
body {
margin:0;
}
</style>
</head>
<body class="fullbleed vertical layout">
<gold-app-sk></gold-app-sk>
</body>
</html>