]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/pluginscontent.html
Plugin system: allow plugins to provide custom routes
[github/shaarli/Shaarli.git] / tpl / default / pluginscontent.html
1 <!DOCTYPE html>
2 <html{if="$language !== 'auto'"} lang="{$language}"{/if}>
3 <head>
4 {include="includes"}
5 </head>
6 <body>
7 {include="page.header"}
8
9 {$content}
10
11 {include="page.footer"}
12 </body>
13 </html>