{{content | safe}}

{% if howto %}
{{howto | safe}}
{% endif %}

{% if input %}
# Input Schema
```yaml
{{ input | safe}}
```
{% endif %}