---
candy: dandy
---
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<p>{{ page.data }} is {{ data }}</p>

candy is {{candy}}.
candy is {{page.candy}}.

{{> partial}}

{{> body}}

</body>
</html>
