<% parent "layout" %> <% block "main" %> <% include "header" %> <% for t in @topics: %>

<%= t.name %>

<% end %> <% endblock %> <% block "footer" %> <% include "footer" %> <% endblock %>