need('header.php'); ?>
fields->thumbnail && !$this->password): ?>

title() ?>

fields->excerpt): ?>

fields->excerpt; ?>

category(','); ?>
content(); ?>
is('single') && $this->fields->postPage && $this->fields->postPage != 1) { echo '

' . _t('页面:'); for ($i = 1; $i <= $this->fields->postPage; $i++) { if ($i == 1) { echo '' . $i . ''; } else { echo '' . $i . ''; } } echo '

'; } // 显示标签 if ($this->tags): ?>

tags as $tag) { $result[] = '#' . $tag['name'] . ''; } echo implode(' ', $result); ?>

allow('comment')): ?>
need('comments.php'); ?>
need('footer.php'); ?>