16 lines
139 B
Markdown
16 lines
139 B
Markdown
|
# Module ${name}
|
||
|
|
||
|
${description}
|
||
|
|
||
|
<#if features?has_content>
|
||
|
## Features
|
||
|
|
||
|
${features}
|
||
|
|
||
|
</#if>
|
||
|
<#if published>
|
||
|
## Usage
|
||
|
|
||
|
${artifact}
|
||
|
</#if>
|