maduck/GoWDiscordTeamBot

View on GitHub
templates/hoard_potions.jinja

Summary

Maintainability
Test Coverage
{% for potion in potions %}
<T>{{ texts.hoard_level }}: {{ potion.level }}{% if potion.recurring %} ↺ {{ potion.recurring }}{% endif %}</T>
{{ potion.image | emoji }} **{{ potion.name }}** {{ potion.description }}
{% endfor %}