vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / examples / aws-hello-world / index.html
1 <html>
2     <header>
3         <title>ARIA Hello World</title>
4     </header>
5 <body>
6     <h1>Hello, World!</h1>
7     <p>
8         service_template_name = {{ ctx.service_template.name }}<br/>
9         service_name = {{ ctx.service.name }}<br/>
10         node_name = {{ ctx.node.name }}
11     </p>
12     <img src="aria-logo.png">
13 </body>
14 </html>