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

https://github.com/featurist/htmlism

Pogoscript template engine
https://github.com/featurist/htmlism

Last synced: about 2 months ago
JSON representation

Pogoscript template engine

Awesome Lists containing this project

README

        

# Htmlism

A little template engine for [PogoScript](http://pogoscript.org/).

Given some HTML, pogo style:

html

body { class = 'important' }

p (message)

Running it through htmlism like this:

htmlism.render '' { message = 'hello world' }

Renders this string:

hello world

# This is just for fun.

Of course, I don't mean for anybody to _actually_ use this!