{* Listet die Tags einer Seite auf {control control="\QUI\Tags\Controls\SiteTags" Site=$Site hideTitle=false} *}
{if $this->getAttribute('hideTitle') !== true}   {t}quiqqer/tags control.site.tags.title{/t} {/if} {if $this->getAttribute('content')}
{$this->getAttribute('content')}
{/if} {foreach $tagList as $tag} {if $tag.title} {$tag.title} {else} {$tag.tag} {/if} {foreachelse} {t}quiqqer/tags message.site.has.no.tags{/t} {/foreach}