1 2 3 4 5 6 7 8
<!-- post --> <div class="post"> <h1><a href="{{s_root}}/{{url}}/">{{title}}</a></h1> <div class="content"> {{html}} </div> </div> <!-- /post -->