NDOJ/templates/contest/tag.html

9 lines
181 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% extends "base.html" %}
{% block content_title %}
2023-01-27 23:11:10 +00:00
{% include "contest/tag-title.html" %}
2020-01-21 06:35:58 +00:00
{% endblock %}
{% block body %}
2023-01-27 23:11:10 +00:00
{% include "contest/tag-ajax.html" %}
2020-01-21 06:35:58 +00:00
{% endblock %}