blob: 58faa9cdb6287860b39aef0bee726b65b951438a (
plain) (
tree)
|
|
# askama_rocket: Askama integration with Rocket
[![Documentation](https://docs.rs/askama_rocket/badge.svg)](https://docs.rs/askama_rocket/)
[![Latest version](https://img.shields.io/crates/v/askama_rocket.svg)](https://crates.io/crates/askama_rocket)
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI)
[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/ZucwjE6bmT)
Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the Rocket web framework.
|