list-templates
Function
List app templates
Syntax
$templates = list-templates
list all templates
$templates = list-templates 3
list templates in category (literal number)
$templates = list-templates $category-id:NUMBER
list templates in category (variable)
$templates = list-templates -limit 10
list templates with limit (literal)
$templates = list-templates -limit $limit:NUMBER
list templates with limit (variable)