gin/examples/pluggable_renderer/index.html
2014-07-17 00:37:56 +09:00

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>