latex-wochenende/layouts/extra-content-and-preview.html

10 lines
240 B
HTML

<div class="layout-content-and-preview extra-content">
<div class="layout-content">
<h2 data-category="Extra">@title(inline)</h2>
@content
</div>
<div class="layout-preview">
@preview(inline)
</div>
</div>