1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06:09 +08:00
2020-07-08 20:28:49 +08:00

14 lines
359 B
Plaintext

{% extends 'templates/full.volt' %}
{% block content %}
<div class="page-info container">
<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 %}