1 2 3 4 5 6
@article[id;title;content] <div class="article" id="$id"> <h1 class="title">$title</h1> $content </div> #end @article[]