NDOJ/templates/stats/base.html
Phuoc Dinh Le e66b57ad5f Revert "Change comment style (#67)"
This reverts commit 411f3da45e.
2023-05-20 08:53:27 +09:00

15 lines
327 B
HTML

{% extends "base.html" %}
{% block js_media %}
{% compress js %}
{% include "stats/media-js.html" %}
{% endcompress %}
{% endblock %}
{% block content_title %}{% endblock %}
{% block title_ruler %}{% endblock %}
{% block body %}
{% include "stats/tab.html" %}
{% block chart_body %}{% endblock %}
{% endblock %}