Answer the question
In order to leave comments, you need to log in
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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question