Sha256: 56c223feaff2b16d5367f32b55d07a03ba490e2b9a1d2769bd12c30b29204db6

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

$for(include-before)$
$include-before$
$endfor$

$if(title)$
<header>
  <h1 class="title fixed-heading">$title$</h1>
  $if(subtitle)$
  <h1 class="subtitle fixed-heading">$subtitle$</h1>
  $endif$
  $for(author)$
  <h2 class="author fixed-heading">$author$</h2>
  $endfor$
  $if(date)$
  <h3 class="date fixed-heading">$date$</h3>
  $endif$
</header>
$endif$

$if(toc)$
<h1 class="toc fixed-heading">Table of contents</h1>
<nav id="$idprefix$TOC">
  $toc$
</nav>
$endif$

$body$

$for(include-after)$
$include-after$
$endfor$

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
any2pdf-1.1.2 data/pandoc-template.html
any2pdf-1.1.1 data/pandoc-template.html