Add section shortcode, to render children

This commit is contained in:
Alex Shpak
2020-05-31 00:18:25 +02:00
parent aa7c486e76
commit b8b7184e89
7 changed files with 31 additions and 3 deletions
@@ -0,0 +1,15 @@
---
bookCollapseSection: true
---
# Section
Section renders pages in section as definition list, using title and description.
## Example
```tpl
{{</* section */>}}
```
{{<section>}}
@@ -0,0 +1 @@
# Page 1
@@ -0,0 +1 @@
# Page 2