https://github.com/featurist/htmlism
Pogoscript template engine
https://github.com/featurist/htmlism
Last synced: about 2 months ago
JSON representation
Pogoscript template engine
- Host: GitHub
- URL: https://github.com/featurist/htmlism
- Owner: featurist
- Created: 2012-10-22T08:08:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T10:54:19.000Z (over 11 years ago)
- Last Synced: 2025-03-06T13:45:09.979Z (about 2 months ago)
- Language: PogoScript
- Size: 172 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!