python3-pystache

Python3 implementation of Mustache
  https://github.com/PennyDreadfulMTG/pystache
  0
  no reviews



Pystache is Python3 implementation of Mustache. Original Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating logic from presentation: it is impossible to embed application logic in this template language."