// Process a nested inclusion, this is done after the page context has been
// updated in order to make sure that the nesting depth is correct.
boolean inclusion = (context.getIncludingDeviceLayoutContext() != null);
if (inclusion) {
module.beginNestedInclusion();
}
module.writeOpenLayout(attributes);
Fragment fragment = formatRendererContext.getCurrentFragment();