2012-05-29 04:17:06 +02:00
|
|
|
<div class="widget{{ if $class }} $class{{ endif }}">
|
2012-04-12 08:38:55 +02:00
|
|
|
{{if $title}}<h3>$title</h3>{{endif}}
|
|
|
|
{{if $desc}}<div class="desc">$desc</div>{{endif}}
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{{ for $items as $item }}
|
|
|
|
<li class="tool"><a href="$item.url" class="{{ if $item.selected }}selected{{ endif }}">$item.label</a></li>
|
|
|
|
{{ endfor }}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|