{
person: {
first_name: Andrew
}
} Hello {{ person.first_name }} Hello Andrew Hello {
company_name: ACME Rockets, Inc.,
employees: [
{
name: Wile E. Coyote
},
{
name: Road Runner
}
]
} {{ company_name }} Employees:
<ul>
<li>{{ name }}</li>
<ul> ACME Rockets, Inc. Employees
<ul>
<li>Wile E. Coyote</li>
<li>Road Runner</li>
</ul> <ul>
<li>Wile E. Coyote works for: ACME Rockets, Inc.</li>
<li>Road Runner works for: ACME Rockets, Inc.</li>
</ul> {{ company_name }} Employees:
<ul>
<li>works for: </li>
</ul> {
company_name: ACME Rockets, Inc.,
employees: [
{
name: Wile E. Coyote,
position: Quality Assurance Tester
},
{
name: Road Runner
}
]
} <ul>
<li>
works for:
as a {{.}}
</li>
</ul> <ul>
<li>Wile E. Coyote works for: ACME Rockets, Inc. as a Quality Assurance Tester</li>
<li>Road Runner works for: ACME Rockets, Inc.</li>
</ul> <body>
<strong>На ужин у нас:</strong>
<p>Фрукты!</p>
<ul>
<li></li>
</ul>
<p>Овощи!</p>
<ul>
<li></li>
</ul>
</body> {
fruits: {
fruitVariety: [
{
fruitVarietyType: apple
},
{
fruitVarietyType: banana
},
{
fruitVarietyType: orange
}
]
},
veggies: {
veggieVariety: [
{
veggieVarietyType: broccoli
},
{
veggieVarietyType: cucumbers
}
]
}
} <ul>
<li>
works for:
as a {{.}}
since who knows when?
</li>
</ul> {
user_submitted_content: <script>$.sendUserPasswordToUntrustedWebsite();</script>
} <div class=user_comment></div> <div class=user_comment><script>$.sendUserPasswordToUntrustedWebsite();</script></div> {{& user_submitted_content }} <a href=>Отписаться от этого списка</a>