Template fragments in EEx
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot 06950c4f61
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Update docker.io/elixir Docker tag to v1.20.3
2026-09-01 12:09:09 +00:00
.woodpecker Update docker.io/elixir Docker tag to v1.20.3 2026-09-01 12:09:09 +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.