Template fragments in EEx
Find a file
rosa 5d7c91d839
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Update renovate.json
2026-05-27 16:03:07 +00:00
.woodpecker Update docker.io/elixir Docker tag to v1.19.5 2026-01-17 13:46:36 +00:00
lib Reject content outside of the selected fragment 2024-03-07 04:03:57 +00:00
test Reject content outside of the selected fragment 2024-03-07 04:03:57 +00:00
.formatter.exs Initial commit 2024-03-02 23:54:26 +00:00
.gitignore Initial commit 2024-03-02 23:54:26 +00:00
mix.exs Initial commit 2024-03-02 23:54:26 +00:00
README.md Initial commit 2024-03-02 23:54:26 +00:00
renovate.json Update renovate.json 2026-05-27 16:03:07 +00:00

Stencil

A library for rendering HTML fragments.

Installation

If available in Hex, the package can be installed by adding stencil to your list of dependencies in mix.exs:

def deps do
  [
    {:stencil, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stencil.