mirror of
https://github.com/sigmasternchen/CShore
synced 2025-03-15 08:08:56 +00:00
12 lines
169 B
Text
12 lines
169 B
Text
{$ char* title, char* name $}
|
|
%%
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ "%s", title }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello {{ "%s", name }}!</h1>
|
|
</body>
|
|
</html>
|
|
|