You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apogee/src/view/layout.html.template

13 lines
114 B
Plaintext

%( #ifdef BEGIN )
<html>
<head>
<title>%s{title}</title>
</head>
<body>
%( #else )
</body>
</html>
%( #endif )