NDOJ/templates/contest/tag-ajax.html

8 lines
113 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% if not title %}
2023-01-27 23:11:10 +00:00
{% include "contest/tag-title.html" %}
<br><br>
<hr>
2020-01-21 06:35:58 +00:00
{% endif %}
2024-01-19 01:46:41 +00:00
{{ tag.description }}