summaryrefslogtreecommitdiff
path: root/app/php/layouts/MainLayout.tpl
blob: f8c5f50653cc4bbc0806702a7c0cb6109d437fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <com:THead>
    <com:TMetaTag HttpEquiv="Content-Type" Content="text/html; charset=utf-8" />
    <title><com:TContentPlaceHolder ID="Title" /></title>
  </com:THead>
  <body>
    <com:TForm>
      <header role="banner">
        <com:HeaderMenu />
      </header>
      <main role="main">
        <com:TContentPlaceHolder ID="Content" />
      </main>
      <footer role="contentinfo">
      </footer>
    </com:TForm>
  </body>
</html>