Files
inja/test/data/html-extend/result.txt
pantor 95af782ca2 Add Child Inheritance Feature (#198)
* add block and extend feature

* constify, code cleaning

* update single include

* add html language to readme

* clean tests

* constantify, update year
2021-05-25 10:18:21 +02:00

12 lines
272 B
Plaintext

<!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>