libparcival/demofiles/layout.html.templ
2021-06-08 19:30:25 +02:00

14 lines
145 B
Text

{$ char* title $}
%%
<!DOCTYPE html>
<html>
<head>
<title>
{{ "%s", title }}
</title>
</head>
<body>
{# child() #}
</body>
</html>