surwiki/templates/article.html
2017-08-20 22:17:16 +02:00

13 lines
168 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<p>{{id}}-{{revision}}</p>
<p>{{created}}</p>
<h1>{{title}}</h1>
<p>{{body}}</p>
</body>
</html>