An open API service indexing awesome lists of open source software.

https://github.com/nilorg/template

go web template
https://github.com/nilorg/template

Last synced: about 1 year ago
JSON representation

go web template

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
```