]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac-poc/base.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac
[working/Evergreen.git] / Open-ILS / web / templates / default / opac-poc / base.tt2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns='http://www.w3.org/1999/xhtml' lang='[% ctx.locale %]' xml:lang='[% ctx.locale %]'>
3     <head>
4         <title>[% ctx.page_title %]</title>
5         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6         [% BLOCK html_head; END; # provide a default that can be overridden %]
7         [% PROCESS html_head %]
8     </head>
9     <body>
10         [% content %] 
11     </body>
12 </html>