SVNからのミラー
This commit is contained in:
9
view/home.maron
Normal file
9
view/home.maron
Normal 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) @}
|
||||
Reference in New Issue
Block a user