Mustaches can also be used inside HTML attributes:
<div id="item-{{ id }}"></div>
Note that attribute interpolations are disallowed in Vue.js directives and special attributes. Don’t worry, Vue.js will raise warnings for you when mustaches are used in wrong places.