The version of vichan running on lainchan.org
You can not select more than 25 topics 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 %}