| Path: | CHANGELOG |
| Last Update: | Fri Dec 14 11:37:52 +0100 2007 |
<r:if cond="...">
This is the if part
<r:else>
And this the else part
</r:else>
</r:if>
<!-- define a new tag -->
<r:erb_tag name="article">
<div class="<%= tag.attr[ "class"] || "article" %>">
<div class="article-title"> <%= tag.attr[ "title"] %> </div>
<div class="article-body"> <%= tag.expand %> </div>
<div class="article-footer"> Posted in <page/> </div>
</div>
</r:erb>
<!-- use it -->
<article title="New BackDoor release">
Blah, blah, blah
</article>