cms/app-client/app/templates/second-page.hbs
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 15:37:09 +0100
changeset 5 d4b3da0dadc9
permissions -rw-r--r--
init ember app with 2 pages and an images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
<h2>This is a second page !</h2>
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
<p>With a Logo !</p>
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
<img src={{logoUrl}} alt="Logo">
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     4
<p>{{ENV}}</p>