Yaml + markdown
```yaml
---
title: ❞ <% tp.file.title %>
id: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
aliases: ["<% tp.file.title %>", ]
cssclass: literature-left
tags: [🗂️/📚/🟡]
type: Book
date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
publish: true
---
## <% tp.file.title %>
🔹 *parent* [topic]
▫️ *prev* [topic], *next* [topic], *related* [topic]
### Overview
[name of book] (url)[^1]
### Concepts
[1] page note
### References
[^1]: lastname, first (year). *Name of book* [link to resource]
```