Link to the Details Page

The Details page link is available through scsData.detailPageLink .

For example, if you want to navigate to the Details page to display blog details when you click a blog title, you can use the Details page link as follows:

		<a href="{{scsData.detailPageLink}}">
				<h2 class="post-title">
						{{blogTitle}}
				</h2>
		</a>