mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
13 lines
197 B
HTML
13 lines
197 B
HTML
<head>
|
|
<title>The Grid</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{> nav}}
|
|
{{> posts}}
|
|
{{> selected_post}}
|
|
{{> selected_comment}}
|
|
{{> signin}}
|
|
{{> signup}}
|
|
<div class="overlay hidden"></div>
|
|
</body>
|