2020-05-31 00:18:25 +02:00
|
|
|
---
|
|
|
|
bookCollapseSection: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Section
|
|
|
|
|
2023-08-08 13:38:33 +02:00
|
|
|
Section renders pages in section as definition list, using title and description. Optional param `summary` can be used to show or hide page summary
|
2020-05-31 00:18:25 +02:00
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
```tpl
|
2023-08-08 13:38:33 +02:00
|
|
|
{{</* section [summary] */>}}
|
2020-05-31 00:18:25 +02:00
|
|
|
```
|
|
|
|
|
2023-08-08 13:38:33 +02:00
|
|
|
{{<section summary >}}
|