SVNからのミラー

This commit is contained in:
2025-11-07 22:48:07 +09:00
commit 438c7d8aef
68 changed files with 7619 additions and 0 deletions

9
view/home.maron Normal file
View File

@@ -0,0 +1,9 @@
{@ include(common/header) @}
{@ include(common/search) @}
<div class="news-grid">
{@ foreach ($posts as $post) @}
{@ include(common/newscard) @}
{@ endforeach @}
</div>
{@ include(common/pagination) @}
{@ include(common/footer) @}