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