if ($content['page-type'] != 'frontpage' && $content['page-type'] != 'page' && $content['page-type'] != 'post') { ?>
} ?>
if ($content['page-type'] == 'page') { ?>
= h($content['page-title']) ?>
= $content['page-body'] ?>
} else { ?>
if (isset($content['posts'])) foreach ($content['posts'] as $post) { ?>
>
= $post['post-body'] ?>
} ?>
} ?>
if (isset($content['archives'])) { ?>
} ?>