I have created a simple template and has below simple scripting code.I am able to create a page with this template page is but page is not rendering and showing blank page.
Am i missing anything from below script??
<!-- <%@include file="/libs/foundation/global.jsp"%><%
%> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<%@page session="false" contentType="text/html; charset=utf-8";language="java";pageEncoding="utf-8" %><%
%>
<html>
<head>
<title>This is Title</title>
</head>
<body>
<h1>This is Body</h1>
</body>
</html>
Exception: 29.05.2015 09:40:56.985 ERROR [0:0:0:0:0:0:0:1 [1432872656382] GET /editor.html/content/ecampusHome.html HTTP/1.1] org.apache.sling.scripting.jsp.taglib.CallTag Error while executing script body.jsp
Please help me.
Thanks, Kishore