home.html 192 B

12345678910
  1. {{template "header.html" ""}}
  2. <header>
  3. <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
  4. </header>
  5. <article>
  6. Welcome to Audio Axis!
  7. </article>
  8. {{template "footer.html"}}