参考博客:
Golang 开发框架 gin 项目时笔记
如果非要按照官方文档,请注意模板文件开头一定要定义
{
{
define "posts/index.tmpl" }}
<html><h1>{
{
.title }}
</h1>
<p>Using posts/index.tmpl</p>
</html>
{
{
end }}
注意结尾
参考博客:
Golang 开发框架 gin 项目时笔记
如果非要按照官方文档,请注意模板文件开头一定要定义
{
{
define "posts/index.tmpl" }}
<html><h1>{
{
.title }}
</h1>
<p>Using posts/index.tmpl</p>
</html>
{
{
end }}
注意结尾