leftypol_vichan/templates/not_banned.html
2024-01-30 10:05:43 -01:00

8 lines
201 B
HTML

{% apply spaceless %}
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<h2>You are not banned!</h2>
<p class="reason">Well done on not being terrible!</p>
</div>
{% endapply %}