{Gelato_includes} {Page_Title}
RSS

{Title}

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

{$row.Title}

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

{$row.Title}

{$row.Conversation}
{elseif {$row.postType}=='video'}
Permalink
{$row.Video}
{$row.Caption}
{elseif {$row.postType}=='mp3'}
Permalink
{$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}