1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<!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>