mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 13:33:09 +00:00
17 lines
330 B
YAML
17 lines
330 B
YAML
comment: Renders the header of a page section.
|
|
arguments:
|
|
title:
|
|
type: string
|
|
optional: true
|
|
comment: Title of the section.
|
|
description:
|
|
type: string
|
|
optional: true
|
|
comment: Section description.
|
|
content:
|
|
type:
|
|
- string
|
|
- template.HTML
|
|
optional: true
|
|
comment: Section content.
|