akyuu/templates/list.html

11 行
175 B
HTML
Raw 通常表示 履歴

2016-02-09 11:15:04 +09:00
{{ template "header" }}
<section>
<h2>Feeds</h2>
<ul>
{{ range .Dir }}
<li><a href="/feeds/{{ . }}">{{ . }}</a></li>
{{ end }}
</ul>
</section>
2016-02-09 11:04:21 +09:00
{{ template "footer" }}