{: class="mx-auto my-16 bg-transparent" style="filter: invert(100%);"} Temple is a macro DSL for writing HTML markup in Elixir and a template engine for Phoenix. Conventional template languages like EEx use a form of interpolation to embed a programming language into a markup language, which can result in some ugly code that can be difficult to write and debug. Temple is written using pure elixir. Let's take a look...