Vulcan/client/main.html
2013-04-14 14:51:37 +09:00

11 lines
No EOL
312 B
HTML

<head>
<title>Loading...</title>
<meta name="viewport" content="initial-scale=1.0">
<link rel="shortcut icon" href="/img/favicon.ico"/>
<link rel="alternate" type="application/rss+xml" title="New Posts" href="/feed.xml"/>
</head>
<body>
<div class="outer-wrapper {{currentPage}}">
{{> body}}
</div>
</body>