summaryrefslogtreecommitdiffstats
path: root/templates/layouts/index.html
blob: aaac8081e18cf3f5bbf9062879b75c5d546c0c62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<main>
  <header class="c-hero">
    <h1 class="c-hero__title c-hero__title--front">I'm a <strong class="c-hero__emph">red fox</strong> in disguise</h1>
    <h2 class="c-hero__title c-hero__title--back">Volpeon</h2>
  </header>

  <section class="l-container l-container--content">
$body$
  </section>

  $-- <footer class="c-footer l-container">
  $--   9thPK7O3xn
  $-- </footer>
</main>