blob: b1b6a6d0e73257dc9c05722db4d7451bf8501628 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{{ 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 }}
|