The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<div id="tagcloud">
[%- SET collection = cloud.collection -%]
[%- SET iterator   = collection.iterator -%]
[% WHILE (tag = iterator.next) %]
<span class="tag" style="font-size: [% tag.count_norm | html %]%"><a href="[% tag.uri | html %]">[% tag.label | html %]</a></span>
[% END %]
</div>