20 lines
294 B
Markdown
20 lines
294 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
description: "description"
|
||
|
layout: "definition"
|
||
|
page_status:
|
||
|
- 'stub'
|
||
|
---
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```txt
|
||
|
{{ .Name }} required, [optional] // type these in manually
|
||
|
```
|
||
|
|
||
|
<!--
|
||
|
optional arguments are written in square brackets
|
||
|
|
||
|
below you can add examples
|
||
|
--->
|