<% content.header -%>
<% if:page_name eq 'article' -%>
<% /if -%>
<% if:page_name eq 'category' -%>
TOP / <% category.name %>
<% if:pager.need_pager -%>
<% /if -%>
<% /if -%>
<% loop:list_article -%>
<% article.subject %>
<% if:page_name eq 'article' -%>
<% article.entire_body | bodyfilter(article_info,blog) %>
<% else -%>
<% article.first_body | bodyfilter(article_info,blog) %>
<% /if -%>
<% if:style.disp_category %>|
<% article_category.name %><% /if %>
<% if:page_name eq 'article' -%>
<% blog.title %>の<% article.subject %>のリンクについて
<% blog.title %>の<% article.subject %>のリンクについて
リンクを自由に設置して頂いて結構です。宜しければ以下のタグをご使用下さい。
<% if:previous_article -%><<[前]
<% previous_article.subject | tag_break %><% /if -%>
<% if:next_article -%>>>[次]
<% next_article.subject | tag_break %><% /if -%>
<% blog.title %>のTOPへ
"<% article.subject %>"のTOPへジャンプ
<% /if -%>
<% /loop -%>
<% content.footer -%>