The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% WRAPPER body_wrapper.html %]
[%- USE date(format = '%B %e, %Y') -%]
[%- SET Post = Row -%]

<div id="content-wrap">

<article class="entry">

     <header class="entry-header">

    

        <h2 class="entry-title">
           <a href="[% Post.public_url %]" title="">[% Post.title %]</a>
        </h2>              

        <div class="entry-meta">
           <ul>
              <li>[% date.format(Post.ts) %]</li>
              <span class="meta-sep">&bull;</span>
              <li>[% Post.author.full_name || Post.author.username %]</li>
           </ul>
        </div> 
   
      
    </header> 
<br>

  [% content %]
  
</article>

</div>

[% END %]