The title of this story is "<%= window.story.name %>."
<%
window.setup = {};
window.setup.passage = window.story.passage("Storage");
%>
The name of the passage is "<%= setup.passage.name %>."
The source of the passage is "<%= setup.passage.source %>"This is content in the storage passage!