mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-25 04:07:17 +08:00
14 lines
359 B
Plaintext
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>{{ page.title }}</legend>
|
|
<div class="layui-field-box page-content">
|
|
{{ page.content }}
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
{% endblock %} |