Note:
This archive is shown for demonstration purposes only. Content may be placeholder or part of a test run.
📋 Comment archive
Select month:
{% for month in months %}
{{ month }}
{% endfor %}
Show
{% if comments %}
{% for c in comments %}
{{ c[0] }}
: {{ c[1] }}
({{ c[2] }})
{% endfor %}
{% else %}
No comments were found for this month.
{% endif %}