Add Pluggable View Renderer Example
Gin meets pongo2! (https://github.com/flosch/pongo2)
This commit is contained in:
12
examples/pluggable_renderer/index.html
Normal file
12
examples/pluggable_renderer/index.html
Normal 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>
|
Reference in New Issue
Block a user