mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-10 10:40:03 +08:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
{% extends 'templates/full.volt' %}
|
|
|
|
{% block content %}
|
|
|
|
<h3 class="page-title">{{ page.title }}</h3>
|
|
|
|
<div class="page-content container">{{ page.content }}</div>
|
|
|
|
{% endblock %} |