cloud-nginx/templates/index.html.j2
2024-08-11 12:12:13 +02:00

10 lines
267 B
Django/Jinja
Executable File

<html>
<head>
<title>{{ website.domain }}</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is the initial template for {{ website.domain }}, setup was successfull!</p>
<p>Farewell, my old friend.</p>
</body>
</html>