Skip to content

Instantly share code, notes, and snippets.

@halloleo
halloleo / impress-template.html
Last active September 19, 2019 06:57 — forked from jgm/impress-template.html
Pandoc template for writing impress.js slideshows - using standard meta variables like $title$, $css$, etc
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
$for(author-meta)$
<meta name="author" content="$author-meta$">
$endfor$