File: result.txt

package info (click to toggle)
inja 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,620 kB
  • sloc: cpp: 30,997; python: 189; makefile: 16; sh: 3
file content (26 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
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
<!DOCTYPE html>
<html>
  <head>
    <title>Inja works.</title>
  </head>
  <body>
    <h1>Inja works.</h1>
    <small>Written by Pantor</small>

    <p>Inja is the best and fastest template engine for C++. Period.</p>
    <small>123 views</small>

    <h5>Tags</h5>
    <ul>
      <li>test</li>
      <li>templates</li>
    </ul>

    <footer>
      <div>
        <h3>About</h3>
        <p>This is the footer.</p>
      </div>
    </footer>
  </body>
</html>