We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fff00 commit 047f53eCopy full SHA for 047f53e
Adafruit_IO_Template_Emails/template.liquid
@@ -62,11 +62,11 @@ Success rate: {{ success_rate }}% [{%- for i in (1..bar_filled) -%}█{%- endfor
62
Keep being awesome!
63
With love and high-fives! 🙌
64
---
65
-{%- capture event_mod -%}{{ total_events | modulo: 3 }}{%- endcapture %}
+{% assign event_mod = total_events | modulo: 3 %}
66
{% if event_mod == 0 %}
67
<i>P.S. Remember: Every expert was once a beginner - they're doing brilliantly! 🌟</i>
68
{% elsif event_mod == 1 %}
69
<i>P.S. Fun fact: Even superheroes had to learn to use the potty! 🦸</i>
70
{% else %}
71
<i>P.S. Remember: accidents are just practice in disguise! They're doing amazingly! 💕</i>
72
-{% endif %}
+{% endif %}
0 commit comments