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

@@ -25,6 +25,8 @@ defmodule BDS.MixProject do
{:ecto_sqlite3, "~> 0.21"},
{:luerl, "~> 1.5"},
{:jason, "~> 1.4"},
{:earmark, "~> 1.4"},
{:liquex, "~> 0.13.1"},
{:plug, "~> 1.18"},
{:image, "~> 0.65"},
{:stemex, "~> 0.2.1"}