11 lines
No EOL
312 B
HTML
11 lines
No EOL
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 }} |