{{ template.emoji }} {{ template.name }}

Description: {{ template.description }}

Type: {{ template.template_type }}

{% if template.required_modules %}
Required Modules:
{% for module in template.required_modules %} {{ module }} {% endfor %}
{% endif %}
Template Content:
{{ template.content }}
{% if template.variables %}
Default Variables:
{{ template.variables|tojson(indent=2) }}
{% endif %} {% if template.examples %}
Examples: {% for example in template.examples %}
{{ example.name }}
{{ example.variables|tojson(indent=2) }}
{% endfor %}
{% endif %}