Knowledge Base Article

Author:

<w:kb:edit> 
  <div class='clearfix'>
    <h1><w:name /></h1>
    <!-- reference for date formats:  http://www.webvanta.com/article/23155-formatting-dates/9363-displaying-database-items  -->
    <p>By <w:author />, Posted <w:created_at  format='%e/%d/%y  %I:%M %p' />    
      <w:if_comments>
        <a href='<w:path  url="/item" />#comments'><w:comment_count  /> comments</a>
      </w:if_comments>
    </p>
    <!--
      is the icon  field blank? if not display the medium rendition of the icon.
      renditions  are defined in 'design > config settings' under 'images >  image.thumbnail.settings'
    -->
    <w:unless condition='icon.blank?'><img src="<w:icon rendition='medium' />" class='article-icon' alt='' /></w:unless>
    <w:body />
  </div>
</w:kb:edit>