---
layout: base.html
---
<% content_for :page_title do %>
Page <%=display_num %> | Posts of <%=category.display_name%>
<% end %>
<% content_for :page_content do %>
<%= include 'header.html' %>
<% posts.each do |p| %>
-
<%=p.title%>
<% end %>
<% if prev_page || next_page %>
<% end %>
<% end %>