1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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