https://github.com/nilorg/template
go web template
https://github.com/nilorg/template
Last synced: about 1 year ago
JSON representation
go web template
- Host: GitHub
- URL: https://github.com/nilorg/template
- Owner: nilorg
- License: mit
- Created: 2020-10-13T01:19:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T07:15:07.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:36:53.827Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template
# 模板结构
```bash
./templates
├── errors
├── layouts
│ ├── layout.tmpl
│ └── pjax_layout.tmpl
└── pages
├── posts
│ ├── posts.tmpl
└── posts_detail
└── posts_detail.tmpl
```