aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/navigation.html
blob: e021ba81bd3b7608b049eab7e0bbe95e6338e675 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="full-width full-width--top">
    <p>
        <strong>[% tprintf(loc('%s admin:', "%s here is the site name"), site_name) %]</strong>
      [%- FOREACH link IN allowed_links %]
        <a href="[% c.uri_for( '/admin/' _ link ) %]">[% allowed_pages.$link.0 %]</a>
        [% IF NOT loop.last %]|[% END %]
      [% END %]
    </p>
</div>

<h1>[% title %]</h1>