NDOJ/templates/contest/tag-ajax.html

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