2023-03-29 23:59:28 +02:00
|
|
|
{% apply spaceless %}
|
2022-09-27 15:01:54 +02:00
|
|
|
{# Automatically removes unnecessary whitespace #}
|
|
|
|
<div class="ban">
|
|
|
|
<h2>You are not banned!</h2>
|
|
|
|
<p class="reason">Well done on not being terrible!</p>
|
|
|
|
</div>
|
2023-03-29 23:59:28 +02:00
|
|
|
{% endapply %}
|