lib/templates/template.ex

defmodule Platem.Template do
  @moduledoc """
  This module represents the template data type.
  """
  defstruct [:template, :fields, :clause]
end