zk_html/template.tpl

20 lines
455 B
Smarty

<!doctype html>
<html>
<head>
<title>%title%</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<header>
<h1>%title%</h1>
</header>
<article class="content">
%content%
</article>
<footer>
<p>Page generated on %date%</p>
</footer>
</body>
</html>