yama/templates/thread.html

18 lines
330 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
{{list}}: {{subject}}
</title>
<link rel="stylesheet" href="../../../style/luga.css">
</head>
<body>
<h1>{{subject}}</h1>
2020-04-17 01:01:26 +02:00
<article>
{{threadhtml}}
2020-04-17 01:01:26 +02:00
</article>
</body>
</html>