{$blog.blog_name}
{$blog.blog_description|nl2br}
{include file="file:$templatedir/MobileErrorDiv.html"}
{l}最近のエントリー{/l}
{if $listObj->getPageData()}
{foreach from=$listObj->getPageData() item='entry'}
▼{$smarty.const.STR_NEO_EMOJI_STR_PART_FR|smarty:nodefaults}{$entry.entry_title}{$smarty.const.STR_NEO_EMOJI_STR_PART_TO|smarty:nodefaults}
{if $blog.fixed_allow_comment == VAL_SYSTEM_COMMENT_ENABLE}
{if $entry.comment_count > 0}{l}コメント{/l}({$entry.comment_count}){else}{l}コメント{/l}(0){/if}
{/if}
{if $blog.fixed_allow_trackback == VAL_SYSTEM_TB_ENABLE}
{if $entry.trackback_count > 0}{l}トラックバック{/l}({$entry.trackback_count}){else}{l}トラックバック{/l}(0){/if}
{/if}
{$entry.entry_date|date_format:'%Y/%m/%d %H:%M'}
{/foreach}
{/if}