10 lines
267 B
Django/Jinja
Executable File
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> |