{{$title}}

{{if $albums}}
    {{foreach $albums as $al}}
  • {{$al.text}}
  • {{/foreach}}
{{/if}} {{if $upload}}
{{$upload}}
{{/if}}