📄
Template Information
Template Name
{{ template_info.name }}
{% if template_info.line_number %}
Line Number
{{ template_info.line_number }}
{% endif %}
{% if template_info.source %}
Template Source Code
{{ template_info.source }}
{% endif %}
{% if template_info.available_templates %}
Available Templates ({{ template_info.available_templates | length }})
{% for tmpl in template_info.available_templates %}
- {{ tmpl }}
{% endfor %}
{% endif %}
{% endif %}