1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/templating/yarte/yarte.toml
2022-02-18 02:01:48 +00:00

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"