about summary refs log tree commit diff stats
path: root/src/templates/post.html
blob: b6eba4ea9997f057386daeee93b60e6b4278106e (plain)
1
2
3
4
5
6
7
8
9
10
11
<main class="post">
  <article>
    <h1>post title</h1>
    <main>
      Fringilla ut morbi tincidunt augue interdum velit euismod!
      Interdum velit laoreet id donec ultrices tincidunt arcu, non
      sodales neque sodales ut etiam sit amet nisl purus, in
      mollis nunc sed.
    </main>
  </article>
</main>