7 lines
122 B
HTML
Executable file
7 lines
122 B
HTML
Executable file
{% if not title %}
|
|
{% include "contest/tag-title.html" %}
|
|
<br><br>
|
|
<hr>
|
|
{% endif %}
|
|
|
|
{{ tag.description|markdown }}
|