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