Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michelboucey/glabrous
- Owner: MichelBoucey
- License: bsd-3-clause
- Created: 2016-08-10T08:13:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T06:42:20.000Z (4 months ago)
- Last Synced: 2024-11-28T14:09:54.817Z (about 1 month ago)
- Topics: haskell, haskell-library, template-engine, templating
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/glabrous
- Size: 78.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.