maduck/GoWDiscordTeamBot

View on GitHub
templates/talent_shortened.jinja

Summary

Maintainability
Test Coverage
{%- for talent in tree.talents -%}
{% if loop.index != 1 %},{% endif %} {{ talent.name }}
{%- endfor -%}

<T>__Classes using this Talent Tree:__</T>
{%- for class in tree.classes -%}
{% if loop.index != 1 %},{% endif %} {{ class.name }} `#{{ class.id }}`
{%- endfor -%}