In the HTML template for my Component I need to write out the TCM URI of the Component Template:
<!-- Start Component Presentation: {"ComponentID" : "@@Component.ID@@",
"ComponentTemplateID" : "@@ComponentTemplate.ID@@" } -->
But unfortunately ComponentTemplate.ID
doesn't exist.
How can I access the Component Template ID from within my Component DWT?