NDOJ/templates/contest/tag-ajax.html
2023-05-20 08:54:17 +09:00

7 lines
122 B
HTML
Executable file

{% if not title %}
{% include "contest/tag-title.html" %}
<br><br>
<hr>
{% endif %}
{{ tag.description|markdown }}