aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/navigation.html
blob: 89558982207af5ab4a265aefb4a99ed05af58cb7 (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( link ) %]">[% allowed_pages.$link.0 %]</a>
        [% IF NOT loop.last %]|[% END %]
      [% END %]
    </p>
</div>

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