Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Mustache Template for CSS

$
0
0
I am trying to use Mustache and a Map object for runtime skin switching.
Inline CSS in a template should not be a problem:
  1. <script id="template" type="text/mustache">
  2.     <h1 style="color:{{color1}};">Welcome {{user}}!</h1>
  3.     <p style="color:{{color2}};">You have {{messages}} messages.</p>
  4. </script>
It would be much better if life binding could be used within a <style type="text/css"> tag in the header.

Any ideas?

Thanks,
Udo



Viewing all articles
Browse latest Browse all 3491

Trending Articles