Files
aptly/vendor/github.com/gin-gonic/gin/examples/pluggable_renderer/index.html
T
2017-03-22 19:24:06 +03: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>