miniflux-v2/internal/template/templates/views/feed_background_refresh.html

11 lines
312 B
HTML

{{ define "title"}}{{ t "page.background_feed_refresh.title" }}{{ end }}
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.background_feed_refresh.title" }}</h1>
{{ template "feed_menu" }}
</section>
<p class="alert alert-success">{{ t "alert.background_feed_refresh" }}</p>
{{ end }}