fluskama 0.1.1

an askama wrapper for the fluffer gemini server framework
Documentation
# fluskama
[![docs.rs](https://img.shields.io/docsrs/fluskama)](https://docs.rs/fluskama) [![Crates.io Total Downloads](https://img.shields.io/crates/d/fluskama)](https://lib.rs/fluskama)

an [askama](https://github.com/djc/askama) wrapper for the [fluffer](https://codeberg.org/catboomer/fluffer)
gemini server framework. it eases serving gemini pages written in
askama by creating a wrapper for askama's template type.

## contributing

send patches to [the mailing list](https://lists.sr.ht/~nixgoat/public-inbox). prefix patches
with "`[PATCH fluskama]`".

see [the guide to `git send-email`](https://git-send-email.io) if this is your first time using
sourcehut.

## license

fluskama is licensed under the gnu lesser general public license,
version 3 or later. refer to [the license](LICENSE) for details