root/yapcasia2008-test/actdocs/templates/news/item
Revision 2645 (checked in by kaminogoya, 12 years ago) |
---|
Line | |
---|---|
1 | <div class="section entry hentry"> |
2 | <h2 class="entry-title">[% title %]</h2> |
3 | <ul class="meta"> |
4 | <li class="datetime">[% date_format(n.datetime, "date_full") %]</li> |
5 | <li>{{by}} [% user_info(n.user) %]</li> |
6 | </ul> |
7 | <div class="entry-content"> |
8 | [% content %] |
9 | </div> |
10 | </div> |
Note: See TracBrowser for help on using the browser.