mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-21 11:18:10 +08:00
14 lines
354 B
Plaintext
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 %} |