swh:1:snp:bdc19e867479541d0f4994ceaa711217d0dc28ed
Tip revision: 6522ead89d4a379cf0626f742814ad6e5cc831bc authored by Hadley Wickham on 03 September 2019, 15:40:02 UTC
version 1.4.0
version 1.4.0
Tip revision: 6522ead
content-article.html
$for(header-includes)$
$header-includes$
$endfor$
<div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1>$title$</h1>
$if(subtitle)$
<h3 class="subtitle">$subtitle$</h3>
$endif$
$for(author)$
$if(author.name)$
<h4 class="author">$author.name$</h4>
$if(author.affiliation)$
<address class="author_afil">
$author.affiliation$<br>$endif$
$if(author.email)$
<a class="author_email" href="mailto:#">$author.email$</a>
</address>
$endif$
$else$
<h4 class="author">$author$</h4>
$endif$
$endfor$
$if(date)$
<h4 class="date">$date$</h4>
$endif$
{{#source}}<small class="dont-index">{{{.}}}</small>{{/source}}
<div class="hidden name"><code>{{filename}}</code></div>
</div>
$for(include-before)$
$include-before$
$endfor$
$if(abstract)$
<div class="abstract">
<p class="abstract">Abstract</p>
$abstract$
</div>
$endif$
$body$
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
{{#sidebar}}
{{{.}}}
{{/sidebar}}
$if(toc)$
<div id="tocnav">
<h2>Contents</h2>
$toc$
</div>
$endif$
</div>
</div>
$for(include-after)$
$include-after$
$endfor$