24 lines
427 B
HTML
24 lines
427 B
HTML
<!DOCTYPE html>
|
|
<html$if(lang)$ lang=$lang$$endif$$if(dir)$ dir=$dir$$endif$>
|
|
<meta charset=utf-8>
|
|
|
|
<link rel=stylesheet href=/style/page.css>
|
|
$if(show-toc)$
|
|
<link rel=stylesheet href=/style/counters.css>
|
|
$endif$
|
|
$for(css)$
|
|
<link rel=stylesheet href=/style/$css$>
|
|
$endfor$
|
|
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
$endfor$
|
|
$if(math)$
|
|
$math$
|
|
$endif$
|
|
|
|
<title>$pagetitle$</title>
|
|
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|