mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-09 11:51:15 -05:00
7 lines
89 B
HTML
7 lines
89 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>{{ title }}</title>
|
||
|
</head>
|
||
|
<body>{{ content }}</body>
|
||
|
</html>
|