@@ -86,7 +86,9 @@
: }
: if( $post.data ) {
<div id="postData">
+ : if ( $post.is_profile ) {
<h3><: $post.title :></h3>
+ : }
<: $post.data | mark_raw :>
</div>