⚙️ sidebar
Displays page in the sidebar. Sidebar is static- and mobile- friendly. You may need to add some custom styles to your pages. As it generates static code, you'll need to resave page in order to add or remove sidebar.
This helper is work-in-process.
→ See this page in edit mode.
Example code
Minimal code for attaching sidebar. Default page name is menu.html
.
```h:sidebar
```
Minimal code for page, which will serve as sidebar:
```h:sidebar/this
```
Parameters
name | meaning | type | default |
---|---|---|---|
url | URL of page to display in sidebar | String | "menu.html" |
target | For page, which will be used as sidebar. Target for links. | String | "_top" |