Skip to content

Commit

Permalink
Add link to Actix Web integration example (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 17, 2022
1 parent eb96fb9 commit 491ce5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/README.md
Expand Up @@ -23,3 +23,7 @@ the `cargo run` command. Alternatively you can do `cargo run -p example-name`.
* [render-macro](render-macro): minimal Hello World example using the `render!` macro.
* [render-template](render-template): CLI app that renders templates from string.
* [source](source): Demonstrates how to load templates from disk with the `source` feature.

## Third-party Examples

* [Actix Web Integration](https://github.com/actix/examples/blob/master/templating/minijinja)

0 comments on commit 491ce5e

Please sign in to comment.