website/templates/taxonomy_list.html

21 lines
454 B
HTML
Raw Normal View History

2023-10-13 16:28:01 +00:00
{% extends "duckquill/templates/taxonomy_list.html" %}
2023-08-06 22:51:27 +00:00
2023-10-13 16:28:01 +00:00
{% block custom %}
<div class="crt scanlines">
<pre>
2023-08-06 22:51:27 +00:00
_
| ]
.-|=====-.
| | TAGS |
|________|___
||
||
|| www %%%
vwv || )_(,;;;, ,;,\_/ www
)_( || \|/ \_/ )_(\| (_)
\| \ || /\\|/ |/ \| \|// |
___\|//jgs||//_\V/_\|//_______\\|//V/\\|/__
</pre>
2023-10-13 16:28:01 +00:00
</div>
{% endblock custom %}