Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{template "header.html"}
<div class="ep-breadcrumb">
<a href="/">首页</a>
{dr_catpos($catid, '', true, '<span class="ep-bc-sep">/</span><a href="[url]">[name]</a>')}
</div>
<div class="el-card ep-page-card">
<div class="el-card__body ep-page-body">
<h1 class="ep-page-title">{$name}</h1>
<div class="neirong">
{$content}
</div>
</div>
</div>
{template "footer.html"}