1
0
Fork 0

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

master
Woody Gilk 12 years ago
parent 23ffb4ffcc
commit 901e5a6916

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