Add Pluggable View Renderer Example

Gin meets pongo2!
(https://github.com/flosch/pongo2)
This commit is contained in:
mopemoepe
2014-07-17 00:37:56 +09:00
parent 3cf2d1338f
commit 2c3cdbb69f
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<body>
Hello {{ name }} !
</body>
</html>