<% if _title == 'Home' %> ratfactor rat vector logo
<%= _body %>
<% else %>
<% if _cards %>
This is a card in Dave's Virtual Box of Cards.
<% end %> <% if _pkgblog %> Slackware's Dobbs Tux with Pipe logo - not created by me
Dave's Slackware Package Blog <% end %>

<%= _title %>

<% if not ( _subtitle.empty? ) %>
<%= _subtitle %>
<% end %> <% if not ( _created.empty? and _updated.empty?) %> <% if not _created.empty? %>
Created: <%= _created %>
<% end %> <% if not _updated.empty? %>
Updated: <%= _updated %>
<% if not _updated_reason.empty? %> (<%= _updated_reason %>) <% end %> <% end %> <% end %>
<% if _draft == 'true' %>
Draft!
This page is a draft and may be incomplete, incorrect, or just a stub or outline. I've decided to allow myself to put draft pages on my website as an experiment. I'm hoping they will:
  • Help me address my backlog of article ideas.
  • Serve as a "living" TODO list of things to work on.
  • Be useful to myself or others in their incomplete forms.
As always, I'm happy to accept feedback on anything I publish including draft content.
<% end %> <%= _body %>
<% end %>