Default Item Listing

Author: Webvanta

This is the item listing used on list and item pages for links to other sites and anything else that is not a book, event, or article.

<w:kb:item>
  <w:kb:edit>
    <div class='clearfix'>
      <h3><w:name /></h3>
      <w:unless condition="url.blank?">
         <p>Link: <a href="<w:url  />" class="external"><w:url /></a></p>
      </w:unless>
      <w:unless condition='icon.blank?'>
         <img src="<w:icon  rendition='medium' />" class='article-icon'  alt />
      </w:unless>
      <w:body />
    </div>
  </w:kb:edit>
</w:kb:item>