12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
{@ 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) @}
|