1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 20:52:44 +08:00
2020-08-09 19:57:51 +08:00

11 lines
150 B
Plaintext

{% extends 'templates/main.volt' %}
{% block content %}
{% endblock %}
{% block include_js %}
{{ js_include('web/js/im.js') }}
{% endblock %}