$-- Universal setup $-- Apple iOS and al support $-- The concatenated HTML document's title $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ $-- Document's meta data for online consumption $for(author-meta)$ $endfor$ $if(date-meta)$ $endif$ $if(keywords)$ $endif$ $-- RevealJS base stylesheets $-- RevealJS theme $if(theme)$ $else$ $endif$ $-- RevealJS plugins $for(css)$ $endfor$ $if(math)$ $math$ $endif$ $for(header-includes)$ $header-includes$ $endfor$ $for(include-before)$ $include-before$ $endfor$ $-- vim: ts=2 sts=2 sw=2 fdm=indent