mirror of
https://github.com/YunoHost-Apps/vore_ynh.git
synced 2024-09-03 20:36:07 +02:00
12 lines
257 B
HTML
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 }}
|