// ignored ... considered page not found
}
// User doesn't have one so return the default
if (page == null) {
page = new StaticThemeTemplate("templates/weblog/popupcomments.vm", "velocity");
}
// If request specified the page, then go with that
} else if ("page".equals(pageRequest.getContext())) {
page = pageRequest.getWeblogPage();