blob: 5a7d80630eb7457c96ef72c8b67ff294338538b1 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<title>{{ post.title }}</title>
</head>
<body>
<article class="post-teaser">
<header>
<h1>{{ post.title }}</h1>
<div class="post-actions">
Edit | Publish | Delete
</div>
</header>
<section class="teaser">
{{ post.body }}
</section>
</article>
</body>
</html>
|