$kirby->kirbytag()
Renders a single KirbyTag with the given attributes
$kirby->kirbytag(string|array $type, string|null $value = null, array $attr = [ ], array $data = [ ]): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $typerequired | stringorarray | no default value | Tag type or array with all tag arguments (the key of the first element becomes the type) | 
| $value | stringornull | null | |
| $attr | array | [ ] | |
| $data | array | [ ] | 
Return type
string
This method modifies the existing $app object it is applied to and returns it again.