1
0
mirror of https://github.com/norangebit/ad-alta-voce synced 2025-02-20 05:30:46 +01:00
ad-alta-voce/data/templates/index.html.mustache
2021-01-28 13:58:41 +01:00

14 lines
274 B
Plaintext

<html>
<head>
<title>Ad alta voce - Podcast non ufficiale</title>
<meta charset="utf-8" />
</head>
<h1>Lista audiobook</h1>
<ul>
{{#entries}}
<li><a href='{{audiobook-file}}'>{{audiobook-title}}</a> {{audiobook-author}}</li>
{{/entries}}
</ul>
</html>