Vulcan/client/main.html

12 lines
341 B
HTML
Raw Normal View History

2012-08-22 21:27:22 -04:00
<head>
2012-09-07 10:57:57 +09:00
<title>Loading...</title>
2012-09-18 08:07:56 +09:00
<meta name="viewport" content="initial-scale=1.0">
2012-10-19 12:59:35 +09:00
<link rel="shortcut icon" href="/img/favicon.ico"/>
2013-02-28 09:47:29 +09:00
<link rel="alternate" type="application/rss+xml" title="New Posts" href="/feed.xml"/>
2012-08-22 21:27:22 -04:00
</head>
2013-10-06 08:37:17 +09:00
<template name="layout">
<div class="outer-wrapper {{currentPage}}">
{{> body}}
</div>
</template>