Back to Amphtml

{{header}}

examples/amp-render-with-customers.html

latest360 B
Original Source

{{header}}

{{title}}

{{#customers}}

Name: {{name}}

Age: {{age}}

Company: {{company}}

Account balance: {{balance}}

Contact info

{{#address}} Address: {{#mailing}}{{block}} {{street}}, {{city}}, {{state}} {{zip}}{{/mailing}} {{/address}}

Email: {{email}}

Phone: {{#phone}}{{cell}} (cell) {{home}} (home) {{work}} (work){{/phone}}

{{/customers}}