surwiki/templates/article.html

14 lines
168 B
HTML
Raw Normal View History

2017-08-20 23:17:16 +03:00
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<p>{{id}}-{{revision}}</p>
<p>{{created}}</p>
<h1>{{title}}</h1>
<p>{{body}}</p>
</body>
</html>