0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
formats
/
html
/
templates
/
[
Home
]
File: title-block.html
<header id="title-block-header" class="quarto-title-block default"> <div class="quarto-title"> $if(title)$ <h1 class="title">$title$</h1> $endif$ $if(subtitle)$ <p class="subtitle lead">$subtitle$</p> $endif$ $if(categories)$ $if(quarto-template-params.title-block-categories)$ <div class="quarto-categories"> $for(categories)$ <div class="quarto-category">$categories$</div> $endfor$ </div> $endif$ $endif$ </div> $if(hide-description)$ $elseif(description)$ <div> <div class="description"> $description$ </div> </div> $endif$ $title-metadata.html()$ </header>