1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

refactor(template): make use of template.ParseFS

This commit is contained in:
Julien Voisin 2025-08-06 05:07:49 +02:00 committed by GitHub
parent b3fce752d2
commit 2565ff930c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 42 deletions

View file

@ -1,3 +1,4 @@
{{ define "base" }}
<!DOCTYPE html>
<html>
<head>
@ -11,4 +12,5 @@
<body>
<p>{{ t "page.offline.message" }} - <a href="{{ route "unread" }}">{{ t "page.offline.refresh_page" }}</a>.</p>
</body>
</html>
</html>
{{end}}