Layout needs to reference "content" not "body", fixes #20

This commit is contained in:
Woody Gilk 2011-03-29 11:26:52 -05:00
parent 23ffb4ffcc
commit 901e5a6916

View file

@ -6,6 +6,6 @@
</head>
<body>
<h1>{{title}}</h1>
<p>{{>body}}</p>
<p>{{>content}}</p>
</body>
</html>