summaryrefslogtreecommitdiff
path: root/default/templates/html5.xml
blob: 1348109e652248f0276e794115a2b0fbcd9f59f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<content type="text/html">
  <tag>!DOCTYPE html</tag>
  <html>
    <head>
      <title>%%title%%</title>
      <tag>meta http-equiv="Content-Type" content="text/html;charset=UTF-8"</tag>
      <tag>meta name="author" content="Paul Buetow"</tag>
      <tag>meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)"</tag>
      <tag>meta name="robots" content="index, follow"</tag>
      <tag>meta name="revisit-after" content="7 days"</tag>
      <tag>link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"</tag>
    </head>
    <body>
      <div class="header">
        <type class="bold">A fortune quote: </type>
        <type class="italic">$$!/usr/games/fortune -s$$</type>
      </div>
      <div class="main">
        <navigation/>
        <noop>%%content%%</noop>
        <div class="footer">
          <noop>Generated in !!TIME!!s</noop>
          <noop>| Powered by </noop>
          <namedlink href="http://xerl.buetow.org">Xerl</namedlink>
          <noop>| Xerl templates managed with Puppet/Git</noop>
        </div>
      </div>
    </body>
  </html>
</content>