Does somebody know how can we create a hyperlink using dust.js with node.js?
I want to create links on my webpage, but simple hyperlinks are not working.
Any help will be highly appreciated. Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got the answer. We can use simple tags in dust too as can create simple hyperlinks as we do in html.
like
<a href="products">Link</a>