The version of vichan running on lainchan.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
211B

  1. {% filter remove_whitespace %}
  2. {# Automatically removes unnecessary whitespace #}
  3. <div class="ban">
  4. <h2>You are not banned!</h2>
  5. <p class="reason">Well done on not being terrible!</p>
  6. </div>
  7. {% endfilter %}