<% content_for :page_title do %> Apache Aurora Blog <% end %> <% wrap_layout :layout do %>
<% if current_page.data.post_author.gravatar %> <% end %>

<%= current_page.data.post_author.display_name %>

<% if current_page.data.post_author.twitter %>

@<%= current_page.data.post_author.twitter %>

<% end %>

Posted <%= current_article.date.strftime("%B %e, %Y") %>

<%= current_page.data.title %>

<%= yield %>
<% end %>