<%= @page.head %>

AndrewDM

<% if @page.tags.count > 0 %>

Tags: <% @page.tags.each do |t| %><%= t.html %><% end %>

<% end %> <% if @page.showtitle %>

<%= @page.title %>

<% end %> <%= @page.content %>