掲示板へようこそ!

良識のあるメッセージを心がけてください

{% for note in notes %}
{{ note.ip | ip_to_uid }}
{{ note.content | replace_ng_words(ng_words) }}
{% if not ("/ninja" in note.content and not note.date | fromisoformat | is_over_n_hours(72)) %} {% endif %}
{% endfor %}