aboutsummaryrefslogtreecommitdiff
path: root/templates/main.html
blob: 36da8065b44357a480fa3dbab5597cf038188ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="fr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>$title$</title>
    <link rel="stylesheet" href="/design/main.css" />
  </head>
  <body>
    <a href="/" class="header">
      Recettes
    </a>
    <div id="content">
      $if(hideTitle)$
      $else$
        <h1>$title$</h1>
      $endif$
      $body$
    </div>
  </body>
</html>