Files
komp_ac/web/askama.toml
2026-08-07 21:30:32 +02:00

8 lines
413 B
TOML

# Two template roots. `templates` is this app's own; `penguinui-components` is
# the Penguin UI library checked in beside it, included from templates by its
# own path (e.g. "toast-notification/stacking-toast-notification.html") so the
# component files stay exactly as the library ships them — no vendored copies
# to re-sync when the library is updated.
[general]
dirs = ["templates", "penguinui-components"]