cat-bookmarker/deps/phoenix_template
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
lib/phoenix Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.fetch Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.formatter.exs Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.hex Clean up repo and update deps 2024-03-10 11:52:04 -07:00
CHANGELOG.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
hex_metadata.config Clean up repo and update deps 2024-03-10 11:52:04 -07:00
mix.exs Clean up repo and update deps 2024-03-10 11:52:04 -07:00

README.md

Phoenix.Template

Templates are markup languages that are compiled to Elixir code.

This packages provides functions for loading and compiling templates from disk as well as the behaviour for compiling markup languages.

See the Phoenix.Template module documentation for more information.

Installation

You can install phoenix_template by adding it to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_template, "~> 1.0"}
  ]
end