䷂
Pretty Mes
what is this?
keyword
text
Enter a source text.
stochastic typography
Daniel Miller
GitHub
2018
{% for item in poem %} {% if (loop.index0 == 0) or (loop.index0 is even) %}
{{ poem[loop.index0] }}
{% else %}
{{ poem[loop.index0] }}
{% endif %} {% endfor %}