1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/yarte/yarte.toml

10 lines
230 B
TOML
Raw Normal View History

2019-03-12 21:15:53 +01:00
# 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"
2019-04-01 01:23:31 +02:00
doc = "./deep/more/doc"
card = "./deep/more/card"