local Shared = {} function Shared.head(title,content) %> <%=title%> <%=content%> <% end function Shared.body(content) %>
Home About
<%=content%> <% end return Shared