aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/test/data/html-extend/result.txt
blob: 6d99e29612a24c03ae9d0391eb845b9951454d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Default - Inter Pantor: Inja works.</title>

    <style type="text/css">.important { color: #336699; }</style>
</head>
<body>
    <main>Inja is the best and fastest template engine for C++. Period.</main>
</body>
</html>