1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-21 11:18:10 +08:00
2020-07-28 20:40:36 +08:00

14 lines
354 B
Plaintext

{% extends 'templates/main.volt' %}
{% block content %}
<div class="page-info wrap">
<fieldset class="layui-elem-field layui-field-title">
<legend>{{ help.title }}</legend>
<div class="layui-field-box page-content">
{{ help.content }}
</div>
</fieldset>
</div>
{% endblock %}