blob: bdc01b5d9d1ba3d7dc68ad3996a990242490504b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{{template "header.html" ""}}
<header>
<img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
</header>
<article>
Welcome to Audio Axis!
</article>
{{template "footer.html"}}
|