- Rename page.html to blankpage.html - add context attribute
@ -50,7 +50,7 @@ public class CourseModel {
}
public String getHtml() {
return "<body><h1>TESTING</h1></body>";
return "<body><h1>TESTING</h1><p>"+message+"</p></body>";
@ -1,3 +1,3 @@
<template data-sly-template.include="${@ statichtml}">
${statichtml}
${statichtml @ context='html'}
</template>