https://github.com/nikonyrh/mustache-clj
Mustache template engine implemented in Clojure
https://github.com/nikonyrh/mustache-clj
clojure jvm mustache
Last synced: about 1 month ago
JSON representation
Mustache template engine implemented in Clojure
- Host: GitHub
- URL: https://github.com/nikonyrh/mustache-clj
- Owner: nikonyrh
- License: apache-2.0
- Created: 2016-11-27T16:21:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T18:47:21.000Z (about 9 years ago)
- Last Synced: 2025-10-22T00:13:52.398Z (8 months ago)
- Topics: clojure, jvm, mustache
- Language: Clojure
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mustache-clj
Mustache template engine implemented in Clojure. Sure there are other implementations available such as [Clostache](https://github.com/fhd/clostache) but this was a great problem to solve while still learning the language and its best practices.
This is part of my long-term goal of porting my blog engine (statically generated HTML files + LaTeX PDFs) from PHP to Clojure. I've got the [hyphenation](https://github.com/nikonyrh/hyphenator-clj) algorithm implemented as well.