mirror of
https://github.com/actix/examples
synced 2024-11-28 00:12:57 +01:00
15 lines
300 B
TOML
15 lines
300 B
TOML
# root dir of templates
|
|
[main]
|
|
dir = "templates"
|
|
debug = "code"
|
|
|
|
# Alias for partials. In call, change the start of partial path with one of this, if exist.
|
|
[partials]
|
|
alias = "./deep/more/deep"
|
|
|
|
[debug]
|
|
# prettyprint themes, put anything for options
|
|
theme = "zenburn"
|
|
number_line = true
|
|
grid = true
|