Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

s-ted/cublono-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUBLONO HTML

Build Status Dependencies Status Download Status

Lisp/Hiccup style templating in ClojureScript producing HTML.

Installation

Clojar link

Dependencies

Cublono-html depends on:

  • cublono for the generic parsing process,
  • hiccup for the specific HTML generation.

Usage

(ns myns
  (:require [cublono-html.core :as c]))

(c/html [:div.my-class#my-id {:attr "value"} "substuff..."])
"<div class="my-class" id="my-id" attr="value">substuff...</div>"

See test cases for more examples.

License

Copyright © 2016 Sylvain Tedoldi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Lisp/Hiccup style templating in ClojureScript producing HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published