View Source MjmlEEx.Compiler behaviour (MJML EEx v0.11.0)

This module defines the behaviour that all compiler implementations need to adhere to.

Summary

Callbacks

@callback compile(mjml_template :: String.t()) :: {:ok, String.t()} | {:error, String.t()}