%@ template file="layout" %>
<h1><%= title %></h1>
<%= title %>
< %@ include file="people" %>
<%@ include file="people" %>
Now you should look at the content of views/people.html and router/index.js..