You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
309 B

{{ template "header.html" . }}
<main>
<div class="info">
<p>Welcome the fun zone!
<ul>
{{ $m := .Emuext }}
{{ range .Emus }}
<li><img class="emu" src="/emu/{{ . }}{{ index $m . }}"> :{{ . }}:
{{ end }}
</ul>
<ul>
{{ range .Memes }}
<li>meme: <a href="/meme/{{ . }}">{{ . }}</a>
{{ end }}
</ul>
</div>
</main>