blob: bd92eb63c44b5424a3d3c3ae79f3df1a9b9b381a [file] [log] [blame]
Akronf7ec4442019-10-27 20:01:05 +01001% if (param('embedded')) {
2% stash(embedded => 1);
3% };
4
5% unless (stash('title')) {
6% stash(title => loc('settings'))
7% }
8
9% content_block(sidebar => {
10% inline => '<nav>' . navigation('settings') . '</nav>'
11% });
12
13% layout 'main', sidebar_active => 1, main_class => 'page settings';
14
15%= page_title
16
17%= content 'settings'