{Gelato_includes} {Page_Title}
RSS

{Title}

{Description}
{if {$isAuthenticated}}
Hi, {User}.   {__("Add or Edit my posts")}   {__("Sign out")}
{/if} {if {$error}}
{$error}
{else} {block {$rows} as {$row}}
{$row.Date_Added}
Permalink {if {$row.postType}=='post'}

{$row.Title}

{$row.Body}
{elseif {$row.postType}=='photo'}
{$row.PhotoAlt}
{$row.Caption}
{elseif {$row.postType}=='quote'}
{$row.Quote}
— {$row.Source}
{elseif {$row.postType}=='url'} {elseif {$row.postType}=='conversation'}
...

{$row.Title}

{$row.Conversation}
{elseif {$row.postType}=='video'}
{$row.Video}
{$row.Caption}
{elseif {$row.postType}=='mp3'}
{$row.Mp3}
{$row.Caption}
{/if}
{if !{$id_post}}

{__("Posted by")} {$row.User} {if {$allowComments}}- ( {$row.Comments_Number} ) {__("comments")}{/if}

{/if} {/block} {if {$id_post}} {if {$row.Comments_Number}>0}

{$row.Comments_Number} {__("answers to")} “{$row.Post_Title}”

    {block {$comments} as {$comment}}
  1. #   {$comment.Comment_Author} {__("said")}:
    {__("at")} {$comment.Date}

    {$comment.Comment}

  2. {/block}
{/if} {if {$allowComments}}

{__("Add your comment")}

{__("Some HTML allowed:")}
     <blockquote> <code> <em> <strong> <a>

{/if} {else} {pagination} {/if} {/if}