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.
18 lines
410 B
18 lines
410 B
<!DOCTYPE html> |
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="generator" content="KB" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
|
$if(Tags)$ |
|
<meta name="keywords" content="$for(Tags)$$Tags$, $endfor$" /> |
|
$endif$ |
|
<title>$Title$</title> |
|
</head> |
|
<body> |
|
|
|
#TOC# |
|
|
|
$body$ |
|
</body> |
|
</html>
|
|
|