about summary refs log tree commit diff stats
path: root/src/templates/home.html
blob: dfc4677748424271513affe19fe33333cf913ffc (plain)
1
2
3
4
5
6
7
<main class="home">
  <ul class="posts">
    <li class="post">
      <a href="/">Test post please ignore</a>
    </li>
  </ul>
</main>