Skip to content

Commit 118be48

Browse files
Add outerContainer shell to default.hbs layout for consistency inside SPA - ref #13
1 parent f8b9e25 commit 118be48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/views/layout/default.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<title>POD</title>
88
</head>
99
<body>
10-
{{{content}}}
10+
<div id="outerContainer" class="container">
11+
12+
{{{content}}}
13+
14+
</div>
1115
<script type="text/javascript" src="/assets/js/main.js"></script>
1216
</body>
1317
</html>

0 commit comments

Comments
 (0)