diff options
Diffstat (limited to 'deps/inja/test/data/html/result.txt')
-rw-r--r-- | deps/inja/test/data/html/result.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/deps/inja/test/data/html/result.txt b/deps/inja/test/data/html/result.txt new file mode 100644 index 0000000..0e23a41 --- /dev/null +++ b/deps/inja/test/data/html/result.txt @@ -0,0 +1,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> |