<%= @title %>
<%= @before_text %> <%= table_of_contents %> <%= @body %> <% unless @footnotes.empty? %>Footnotes:
<%= footnotes %>
<% if @options[:author] %>
<% end %>
<% if @options[:timestamp] %>
Date: <%= Time.now %>
<% end %> <% if @options[:creator] %>HTML generated by <%= @options[:creator] %>
<% end %>