You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
194 B

<div class="narrow">
<?= partial('partials/header') ?>
<br>
<ul class="entries">
<?= partial('partials/entry', array('entry' => $this->entry, 'user' => $this->user)) ?>
</ul>
</div>