mirror of
https://github.com/sigmasternchen/libparcival
synced 2025-03-15 03:48:55 +00:00
14 lines
145 B
Text
14 lines
145 B
Text
{$ char* title $}
|
|
|
|
%%
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
{{ "%s", title }}
|
|
</title>
|
|
</head>
|
|
<body>
|
|
{# child() #}
|
|
</body>
|
|
</html>
|