0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
formats
/
html
/
pandoc
/
[
Home
]
File: title-block.html
<header id="title-block-header"> $if(title)$<h1 class="title">$title$</h1>$endif$ $if(subtitle)$ <p class="subtitle">$subtitle$</p> $endif$ $for(author)$ <p class="author">$author$</p> $endfor$ $if(date)$ <p class="date">$date$</p> $endif$ $if(abstract)$ <div class="abstract"> <div class="abstract-title">$abstract-title$</div> $abstract$ </div> $endif$ </header>