Vulcan/client/grid.html

14 lines
197 B
HTML
Raw Normal View History

2012-08-22 21:27:22 -04:00
<head>
<title>The Grid</title>
</head>
<body>
2012-08-22 23:24:33 -04:00
{{> nav}}
{{> posts}}
{{> selected_post}}
2012-08-23 00:15:48 -04:00
{{> selected_comment}}
2012-08-23 09:49:41 -04:00
{{> signin}}
{{> signup}}
2012-08-31 18:56:37 +09:00
<div class="overlay hidden"></div>
2012-08-22 23:24:33 -04:00
</body>