2024-01-22 23:10:14 -05:00
|
|
|
{{- template "base" . -}}
|
|
|
|
|
|
|
|
{{- define "content" }}
|
2024-01-24 19:07:57 -05:00
|
|
|
<img src="static/img/moemoe.png" class="logo">
|
2024-01-22 23:10:14 -05:00
|
|
|
<div id="header">
|
|
|
|
<!-- <h1>燃え 萌え</h1> -->
|
|
|
|
<h2>burning.moe</h2>
|
|
|
|
</div>
|
|
|
|
<a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22647957">
|
2024-01-24 19:07:57 -05:00
|
|
|
<img src="static/img/burningmoe.jpg" class="logo" />
|
2024-01-22 23:10:14 -05:00
|
|
|
</a>
|
|
|
|
<br />
|
|
|
|
<span id="words">
|
2024-01-24 03:20:07 -05:00
|
|
|
{{ range (index .LinkMap "Pages")}}
|
2024-01-24 21:12:37 -05:00
|
|
|
<a href="{{ .Href }}" class="homelinks">{{ .Text }}</a><br />
|
2024-01-24 03:20:07 -05:00
|
|
|
{{ end }}
|
2024-01-22 23:10:14 -05:00
|
|
|
</span>
|
|
|
|
{{ end -}}
|