21 lines
374 B
HTML
21 lines
374 B
HTML
name = "System layout"
|
|
==
|
|
{{ content|raw }}
|
|
|
|
|
|
---
|
|
This is an automatic message. Please do not reply to it.
|
|
==
|
|
<html>
|
|
<head>
|
|
<style type="text/css" media="screen">
|
|
{{ css|raw }}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{ content|raw }}
|
|
<hr />
|
|
<p>This is an automatic message. Please do not reply to it.</p>
|
|
</body>
|
|
</html>
|