Questions tagged [vash]

Vash is a template engine using Razor syntax, for JavaScript templates

Vash is a template engine using Razor Syntax for javascript based language (NodeJs/Express or Vanilla, RequireJS).

link to github repo

17 questions
0
votes
0 answers

How to display node.js locals in vash views (UPDATE)

What I am trying to do: Using middleware function I want to store user data from session in to locals so I can use it later in my views without store those data in every method / controller. Instead of (in every method / controller): function(req,…
typohon111
  • 186
  • 1
  • 4
0
votes
1 answer

How to display @ symbol in Vash

I have a standard view in a NodeJs application. There are no problems with the code, and the website is working as designed. I do have a minor problem when the page renders. I have tried many known escape characters but I have not managed to tell…
Aeolos
  • 107
  • 10
1
2