if ($content['page-type'] == 'page') { ?>
} ?>
} ?>
if (isset($content['archives'])) { ?>
= h($content['page-title']) ?>
= $content['page-body'] ?> } else { ?> if (isset($content['posts'])) foreach ($content['posts'] as $post) { ?>= h($post['post-title']) ?> = $post['post-type'] == 'link' ? '→' : '' ?>
= date('F j, Y', $post['post-timestamp']) ?>
= $post['post-body'] ?>Archives
$so_far = 0; $per_column = ceil(count($content['archives']) / 5); ?>
foreach ($content['archives'] as $archive) { ?>
if (++$so_far > $per_column) { ?>
$so_far = 1; ?>
} ?>