---
title: <%= book.title %>
chapter: 3
intro: Chapter <%= chapter %>

custom: 1
tags:
- d
- e
- f
---
<h1>Content from {{title}}</h1>
<p class="intro">{{intro}}</p>
<p class="chapter">Chapter: {{chapter}}</p>