NDOJ/templates/contest/tag.html

9 lines
181 B
HTML
Raw Normal View History

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