<mt:If tag="BlogCommentCount">
  <mt:Comments sort_order="descend" lastn="10">
    <mt:CommentEntry>
      <mt:SetVarBlock name="entry_title"><a href="<mt:EntryPermalink valid_html="1" />"><mt:EntryTitle encode_html="1"></a></mt:SetVarBlock>
    </mt:CommentEntry>
    <mt:SetVarBlock name="entry_comment"><li><a href="<mt:CommentEntry><mt:EntryLink archive_type="Individual" /></mt:CommentEntry>#c<mt:CommentID />" title="
comment-<mt:CommentID />"><mt:CommentAuthor default="Anonymous" escape="html"></a> <mt:CommentDate format="%m/%d" /></li></mt:SetVarBlock>
    <mt:SetVar name="comment_list{$entry_title}" value="$entry_comment" prepend="1" />
    <mt:SetVar name="flag" value="0" />
    <mt:Loop name="title_list">
      <mt:If name="entry_title" eq="$__value__">
        <mt:SetVar name="flag" value="1" />
      </mt:If>
    </mt:Loop>
    <mt:Unless name="flag">
      <mt:SetVar name="push(title_list)" value="$entry_title" />
    </mt:Unless>
  </mt:Comments>

<div class="widget-recent-comments widget">
  <h3 class="widget-header">ŋ߂̃Rg</h3>
  <div class="widget-content">
  <mt:Loop name="title_list">
  <ul>
    <li>
    <mt:GetVar name="__value__" />
      <ul>
      <mt:GetVar name="comment_list{$__value__}" />
      </ul>
    </li>
  </ul>
  </mt:Loop>
  </div>
</div>
</mt:If>
