Mark demo HTML sections with BEGIN/END comments (#2741)

This commit is contained in:
Paweł Kuna
2026-07-31 01:10:55 +02:00
committed by GitHub
parent 510871674d
commit 166c63cc34
65 changed files with 280 additions and 83 deletions
+2
View File
@@ -33,6 +33,7 @@ const asideClass = [
.join(' ');
---
<!-- BEGIN SIDEBAR -->
<aside class={asideClass} data-bs-theme={dark ? 'dark' : undefined}>
<div class="container-fluid">
<NavbarToggler target="sidebar-menu" />
@@ -47,3 +48,4 @@ const asideClass = [
</div>
</div>
</aside>
<!-- END SIDEBAR -->