{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
Use this plugin to center an element on the page. It uses position: fixed which is not supported in IE6 but there's an option in the code to use position: absolute instead if you care about that browser. $('#my-element').center();...