Eml.Language.HTML
This module implements the Eml.Language behaviour and
contains a use macro for importing all the generated
element macro’s in to the current scope.
Summary↑
| __using__(opts) | Import HTML element macro’s |
Macros
Import HTML element macro’s
Invoking use Eml.Language.HTML translates to:
alias Eml.Element
alias Eml.Template
import Eml.Template, only: [bind: 2]
import Kernel, except: [div: 2]
import Eml.Language.HTML.Elements
Note that it unimports Kernel.div/2 to avoid clashing with the div element macro.