1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/template_yarte/yarte.toml
Juan Aguilar Santillana 7ed8d19b66 Add template yarte
2019-03-12 21:15:53 +01:00

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