}
context.put("screen_placeholder", new SimpleScalar(screenValue));
// Variable to reference the navigation templates in the
// layout template.
context.put("navigation", new NavigationModel(data));
// Grab the layout template set in the WebMacroSitePage. If
// null, then use the default layout template ( done by the
// TemplateInfo object ).
String templateName = data.getTemplateInfo().getLayoutTemplate();