site/templates/post.mustache
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!doctype html> <html lang="en"> {{> _head}} <body> {{> _header}} <main> <article> <h1>{{title}}</h1> <p class="date">{{date}}</p> {{{contents}}} </article> </main> {{> _footer}} </body> </html>