refactor: modify file structure to improve customizability

This commit is contained in:
st1020 2024-01-20 17:58:08 +08:00
parent 9b2e5a305c
commit 67b58641e5
16 changed files with 156 additions and 157 deletions

View file

@ -1,9 +1,7 @@
{% extends "index.html" %}<!---->
{% block main %}<!---->
{% block main %}
<!-- Section Title -->
<h1 class="mb-16">{{ section.title }}</h1>
<!-- Pages -->
{% include "partials/page_list.html" %}<!---->
{% endblock main %}