{#
Copyright (C) SPREAD WORKS Inc. All Rights Reserved.
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="tabacms_widget">
<h4>タグ</h4>
<ul class="tabacms_tagcloud_list">
{% for tag in tag_list %}
<li><a href="{{ url(type.getListRoutingName) }}?tag_id={{ tag.tagId }}" class="tabacms_tagcloud tabacms_tagcloud_{{ tag.tagCloudLevel }}"> {{ tag.tagName }}</a></li>
{% endfor %}
</ul>
</div>