10 lines
206 B
PHP
10 lines
206 B
PHP
|
<div id="note-list">
|
||
|
<?= $this->partial("post/posts", ['posts' => $this->posts]) ?>
|
||
|
|
||
|
<div id="paginator">
|
||
|
<?= $this->willPaginate($this->posts) ?>
|
||
|
</div>
|
||
|
|
||
|
<?= $this->partial("footer") ?>
|
||
|
</div>
|