Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michelboucey/glabrous

A minimalistic Mustache-like syntax, truly logic-less, pure Text DSL template library
https://github.com/michelboucey/glabrous

haskell haskell-library template-engine templating

Last synced: 15 days ago
JSON representation

A minimalistic Mustache-like syntax, truly logic-less, pure Text DSL template library

Awesome Lists containing this project

README

        

# Glabrous ![CI](https://github.com/MichelBoucey/glabrous/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/glabrous.svg)](https://hackage.haskell.org/package/glabrous)

Glabrous is a minimalistic Mustache-like syntax - using only the simplest Mustache tag: {{name}} -, truly logic-less, HTML agnostic pure Text template DSL library.

Any improvement is welcome.