上記のサイトを参考に、本文にコードを表示できるようにしてみた。
echo "Hello World!"
exit



この記事へのトラックバックURL<br /><% individual_article.tb_url %><br />この記事へのトラックバックURL<br /><input type="text" size="50" value="<% individual_article.tb_url %>" readonly="readonly" onfocus="this.select()" /><br />

<title><% blog.title %><% if:extra_title %>: <% extra_title %><% /if %></title>
<title><% if:extra_title %><% extra_title %> - <% /if %><% blog.title %></title> <% if:page_name eq 'search' -%>
<div class="sidetitle"><a href="<% blog.page_url %>">HOME</a> > 検索 :このページの記事一覧</div>
<div class="side">
<% loop:list_article -%>
<a href="<% article.page_url %>" class="a"><% article.subject %></a><br />
<% /loop -%>
</div>
<% loop:list_article %>
<div class="blog">
<h2 class="date"><% article.createstamp | date_format("%F") %></h2>
<div class="blogbody">
<h3 class="title"><a href="<% article.page_url %>" class="title"><% article.subject %></a></h3>
<div class="text"><% article.entire_body | text_summary(240) %></div>
<div class="text"><% if:article.convert_breaks %><% article.entire_body | nl2br %><% else %><% article.entire_body %><% /if %></div>
<div class="posted">
<% if:article.accept_comment_show -%>| <a href="<% article.page_url %>#comment">Comment(<% article.children_count | __or__ | echo('0') %>)</a><% /if -%>
<% if:article.accept_tb_show %>| <a href="<% article.page_url %>#trackback">TrackBack(<% article.tb_count | __or__ | echo('0') %>)</a><% /if -%>
</div>
</div>
</div>
<% /loop %>
<% unless:list_article %><div class="text">該当するページが見つかりませんでした。</div><% /unless %>
<% /if -%>
この広告は90日以上新しい記事の投稿がないブログに表示されております。