OnlineJudge/template/admin/index.html
2015-08-02 09:47:50 +08:00

4 lines
75 B
HTML

{% extends "admin_base.html" %}
{% block body %}
Hello world
{% endblock %}