20 lines
No EOL
209 B
HTML
20 lines
No EOL
209 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
<a href="/">Zurück</a>
|
|
|
|
<hr>
|
|
|
|
<pre>
|
|
{{ output }}
|
|
</pre>
|
|
|
|
</body>
|
|
</html> |