aboutsummaryrefslogtreecommitdiffstats
path: root/askama_parser/README.md
blob: 7a5cd9eea72b0dea5a11409d1591fcd58463d7de (plain) (blame)
1
2
3
4
5
6
7
8
9
# askama_parser: template parser for the Askama templating engine

[![Documentation](https://docs.rs/askama_parser/badge.svg)](https://docs.rs/askama_parser/)
[![Latest version](https://img.shields.io/crates/v/askama_parser.svg)](https://crates.io/crates/askama_parser)
[![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)

This crate contains the procedural macros used by the
[Askama](https://github.com/djc/askama) templating engine.