Search code examples
node.jshyperlinkexpressdust.js

create hyperlink using dust templating engine


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


Solution

  • 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>