7 lines
187 B
HTML
7 lines
187 B
HTML
{% filter remove_whitespace %}
|
|
{# Automatically removes unnecessary whitespace #}
|
|
<div class="ban">
|
|
<h1>You are not banned! Well done on not being terrible!</h1>
|
|
</div>
|
|
{% endfilter %}
|