libparcival/demofiles/layout.html.templ

15 lines
145 B
Text
Raw Normal View History

2021-06-08 17:30:25 +00:00
{$ char* title $}
%%
<!DOCTYPE html>
<html>
<head>
<title>
{{ "%s", title }}
</title>
</head>
<body>
{# child() #}
</body>
</html>