Template Variables

You can define custom variables in the [present] section:

[present]
files = ["slides/intro.md"]
author = "Jane Doe"
title = "My Talk"

Any key that is not files becomes a template variable.

Use them in your Markdown with mustache syntax:

Presented by **{{author}}**
Title: **{{title}}**

They are replaced before the Markdown is rendered to HTML.