2c3cdbb69f
Gin meets pongo2! (https://github.com/flosch/pongo2)
13 lines
240 B
HTML
13 lines
240 B
HTML
<!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>
|