1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vore_ynh.git synced 2024-09-03 20:36:07 +02:00
vore_ynh/conf/index.tmpl.html
2023-05-15 14:59:15 +02:00

12 lines
257 B
HTML

{{ define "index" }}
{{ template "head" . }}
{{ template "nav" . }}
<p>
intro:
<a href="https://git.j3s.sh/vore">Vore</a> is a minimal, no-bullshit web-based rss/atom feed reader.
<a href="https://j3s.sh">j3s.sh</a>
</p>
{{ template "tail" . }}
{{ end }}