Path: blob/main/src/resources/formats/html/templates/before-body-article.ejs
12923 views
<%
const navbarTocLeft = tocLocation === "left" || tocLocation === "left-body";
const navbarTocRight = tocLocation === "right" || tocLocation === "right-body";
%>
<div id="quarto-content" class="page-columns page-rows-contents page-layout-<%- pageLayout %><%- (navbarTocLeft) ? " toc-left" : ""%>">
<% if (navbarTocLeft) { %>
<div id="quarto-sidebar-toc-left" class="sidebar toc-left">
<div id="quarto-toc-target"></div>
</div>
<% } %>
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<% if (navbarTocRight) { %>
<div id="quarto-toc-target"></div>
<% } %>
</div>
<main class="content" id="quarto-document-content">