Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {block content}
- <div class="article" n:foreach="$articles as $article">
- <h3>{$article->title}</h3>
- Category:
- {if $article->category}
- {$article->category->name}
- {else}
- <i>no category</i>
- {/if}
- {!$article->content_html}
- Tags:
- {foreach $article->tags as $tag}
- {$tag->name}{sep}, {/sep}
- {/foreach}
- <i n:if="!count($article->tags)">no tags</i>
- </div>
- {/block}
Advertisement
Add Comment
Please, Sign In to add comment