S
S
Stels0072018-07-17 02:07:46
JavaScript
Stels007, 2018-07-17 02:07:46

HTML Why doesn't the template engine work?

Hello! Just learned the basics of the Mustache template engine. I am using js in html and the question is this:

<html>
  <head>
    <script type="text/javascript" src="mustache/mustache.js"></script>

   <script>
 "name" : "Joe"
</script>
</head>

<body>
<h2>Hello, I am {{name}}</h2>
</body>

So that's why the structure {{name}} is not quoted in any way? This is how I get "Hello, I am {{name}}". Well, what nonsense, comrades?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question