# `GgenIgniter.Render`
[🔗](https://github.com/seanchatmangpt/ggen_igniter/blob/v26.9.8/lib/ggen_igniter/render.ex#L1)

Renders an EEx template string against query-result bindings into a final source-code string. Stdlib EEx, not a Tera/Liquid port -- see pack.toml for why.

# `render`

```elixir
@spec render(String.t(), keyword() | map()) :: String.t()
```

Evaluates `template_string` as EEx with `bindings` (a keyword list or map with atom keys) in scope, returning the rendered source string.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
