mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
299 B
11 lines
299 B
<ul class="{if="!isset($picture)"}simple{/if}">
|
|
<li class="{if="isset($body)"}condensed{/if}">
|
|
{if="isset($picture)"}
|
|
<span class="icon bubble"><img src="{$picture}"></span>
|
|
{/if}
|
|
<span>{$title}</span>
|
|
{if="isset($body)"}
|
|
<p>{$body}</p>
|
|
{/if}
|
|
</li>
|
|
</ul>
|