forked from rinja-rs/askama
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_actix: Askama integration with Actix-web | ||
|
||
[![Documentation](https://docs.rs/askama_actix/badge.svg)](https://docs.rs/askama_actix/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_actix.svg)](https://crates.io/crates/askama_actix) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
Integration of the [Askama](https://github.com/djc/askama) templating engine in | ||
code building on the Actix-web framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_derive: procedural macros for the Askama templating engine | ||
|
||
[![Documentation](https://docs.rs/askama_derive/badge.svg)](https://docs.rs/askama_derive/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_derive.svg)](https://crates.io/crates/askama_derive) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
This crate contains the procedural macros used by the | ||
[Askama](https://github.com/djc/askama) templating engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_escape: escaping utilities for the Askama templating engine | ||
|
||
[![Documentation](https://docs.rs/askama_escape/badge.svg)](https://docs.rs/askama_escape/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_escape.svg)](https://crates.io/crates/askama_escape) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
This crate contains helper code for HTML escaping used by the | ||
[Askama](https://github.com/djc/askama) templating engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_gotham: Askama integration with Gotham | ||
|
||
[![Documentation](https://docs.rs/askama_gotham/badge.svg)](https://docs.rs/askama_gotham/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_gotham.svg)](https://crates.io/crates/askama_gotham) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
Integration of the [Askama](https://github.com/djc/askama) templating engine in | ||
code building on the Gotham web framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_iron: Askama integration with Iron | ||
|
||
[![Documentation](https://docs.rs/askama_iron/badge.svg)](https://docs.rs/askama_iron/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_iron.svg)](https://crates.io/crates/askama_iron) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
Integration of the [Askama](https://github.com/djc/askama) templating engine in | ||
code building on the Iron web framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 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://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
Integration of the [Askama](https://github.com/djc/askama) templating engine in | ||
code building on the Rocket web framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_shared: shared code for the Askama templating engine | ||
|
||
[![Documentation](https://docs.rs/askama_shared/badge.svg)](https://docs.rs/askama_shared/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_shared.svg)](https://crates.io/crates/askama_shared) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
This crate contains helper code used by the [Askama](https://github.com/djc/askama) | ||
templating engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# askama_actix: Askama integration with warp | ||
|
||
[![Documentation](https://docs.rs/askama_warp/badge.svg)](https://docs.rs/askama_warp/) | ||
[![Latest version](https://img.shields.io/crates/v/askama_warp.svg)](https://crates.io/crates/askama_warp) | ||
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) | ||
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) | ||
|
||
Integration of the [Askama](https://github.com/djc/askama) templating engine in | ||
code building on the warp web framework. |