NDOJ/templates/contest/tag-ajax.html

8 lines
122 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 %}
2022-10-24 23:59:04 -05:00
{{ tag.description|markdown }}