NDOJ/templates/contest/tag-ajax.html

8 lines
113 B
HTML
Raw Normal View History

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