feat: added liquid templates

This commit is contained in:
2026-04-23 21:37:45 +02:00
parent b48bed8823
commit 4e46e1b393
42 changed files with 2470 additions and 53 deletions

View File

@@ -228,9 +228,9 @@ defmodule BDS.TemplatesTest do
)
assert {:ok, templates} = BDS.Templates.rebuild_templates_from_files(project.id)
assert length(templates) == 1
assert length(templates) == 4
[template] = Repo.all(BDS.Templates.Template)
template = Repo.get!(BDS.Templates.Template, "template-from-file")
assert template.id == "template-from-file"
assert template.slug == "recovered-view"
assert template.title == "Recovered View"