mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
10 lines
230 B
TOML
10 lines
230 B
TOML
# root dir of templates
|
|
[main]
|
|
dir = "templates"
|
|
|
|
# Alias for partials. In call, change the start of partial path with one of this, if exist.
|
|
[partials]
|
|
alias = "./deep/more/deep"
|
|
doc = "./deep/more/doc"
|
|
card = "./deep/more/card"
|