Templates do not show up in AEM6.0
I have created a simple template which refers to a html page.
I have parsys included in the html page.page is quite simple
<!DOCTYPE html>
<div data-sly-include="head.html"></div>
hiiiii
<div data-sly-resource ="${@path='par', resourceType='wcm/foundation/components/parsys'}"></div>
However when opened in a browser, it gives a blank page and logs say
"01.04.2015 15:38:40.446 *ERROR* [0:0:0:0:0:0:0:1 [1427882920251] GET /content/sitemap_trials.html HTTP/1.1] com.adobe.cq.sightly.WCMScriptHelper Failed to include script head.html
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: No use provider could resolve identifier: libs.granite.sightly.templates.ClientLibUseObject
"
Once encountered this keeps happening for all my templates even if I restart the instance.
Could anyone help?