$-- Implements the frontmatter, title page, and abstract. $-- $-- %%%% TODO %%%%% $-- Customize is needed, otherwise remove this partials to use Quarto default one $-- %%%%%%%%%%%%%%%% $if(has-frontmatter)$ \frontmatter $endif$ $if(title)$ $if(beamer)$ \frame{\titlepage} $else$ \maketitle $endif$ $if(abstract)$ \begin{abstract} $abstract$ \end{abstract} $endif$ $endif$