mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
* add block and extend feature * constify, code cleaning * update single include * add html language to readme * clean tests * constantify, update year
12 lines
272 B
Plaintext
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>
|