zk_html/food.tpl

24 lines
635 B
Smarty

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