7 lines
517 B
Markdown
7 lines
517 B
Markdown
|
# Templates
|
||
|
|
||
|
Gosora uses a subset of [Go Templates](https://golang.org/pkg/text/template/) which are run on both the server side and client side with custom transpiler to wring out the most performance. Some more obscure features may not be available, although I am adding them in here and there.
|
||
|
|
||
|
The base templates are stored in `/templates/` and you can shadow them by placing modified duplicates in `/templates/overrides/`. The default themes all share the same set of templates present there.
|
||
|
|
||
|
More to come soon.
|