analytics / lib /plausible_web /mjml /stats_report.ex
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
88211d3 verified
Raw
History Blame Contribute Delete
191 Bytes
defmodule PlausibleWeb.MJML.StatsReport do
@moduledoc """
MJML rendered for the weekly or monthly report e-mail
"""
use MjmlEEx, mjml_template: "templates/stats_report.mjml.eex"
end