summaryrefslogtreecommitdiff
path: root/app/templates/index.html
blob: b4869d6a2cb6a0f5c23f5257a648bef3e9f047cd (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="UTF-8">
        <title>Hello {{ name }}</title>
    </head>
    <body>
        <h1>Hello {{ name }}</h1>
	<p>From {{ host }}</p>
    </body>
</html>