Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
WLang is a general-purpose *code generation*/*templating engine*. It's main aim is to help you generating web pages, sql queries, ruby code (that is, generating text in general) without having to worry too much about html entities encoding, sql back quoting, string escaping and the like. WLang proposes a generic engine that you can easily extend to fit your needs. It also proposes standard instantiations of this engine for common tasks such as rendering HTML web pages.
A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Generator for creating templates and scaffolding.
A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM
A (x)html friendly template engine for rails with the power of layouts, and partials.
A (x)html friendly template engine for rails with the power of layouts, and partials. This gem package includes the other masterview gems for easy installation
deplate is a ruby based tool for converting documents written in an unobtrusive, wiki-like markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates, embedded LaTeX code, footnotes, citations, bibliographies, automatic generation of an index, table of contents etc. It can be used to create web pages and (via LaTeX or Docbook) high-quality printouts from the same source. deplate probably isn't suited for highly technical documents or documents that require a sophisticated graphical layout. For other purposes it should work fine. deplate aims to be modular and easily extensible. It is the accompanying converter for the Vim viki plugin. In the family of wiki engines, the choice of markup originated from the emacs-wiki.
A (x)html friendly template engine for rails with the power of layouts, and partials. Parser gem
Rind is a templating engine that turns HTML (and XML) into node trees and allows you to create custom tags or reuse someone else’s genius. Rind gives web devs tags to work with and provides the same thing to app devs as an object. This project is just getting started so watch out for sharp corners and unfinished rooms.
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
A Ruby port of `HTML::Template::Pro'. `HTML::Template::Pro' is template engine originally written in Perl and XS. It's so fast because of its C based implementation. Its syntax is very simple. This results clearly separation of application logic and its view. Template syntax complies with original perl module's syntax. Please see, HTML::Template::SYNTAX[http://search.cpan.org/~viy/HTML-Template-Pro-0.92/lib/HTML/Template/SYNTAX.pod#SYNOPSIS].
HTML-templates engine, without specific (often ugly) tags. Based on 'data-' attributes.
html-template - old-style classic HTML template language / engine like it's 1999 (incl. back-to-the-future ERB converter)
A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
ERB-like template engine that escapes HTML by default
Wavy is a templating engine for preprocessing HTML, heavily influenced by the simplicity of Sass. Think Sass for HTML.
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
lisp-rails-view is a templating engine for HTML.
jquery.json2html is a jquery plug-in that implements the HTML templating engine json2html for client side browers
The utility program can help create reports in HTML format. It supports ERB, Haml, Slim, and Markdown template engines
The WieldyMarkup compiler allows you to write more concise HTML templates for your modern web applications. It works with other templating engines as well, like Underscore, Mustache, et cetera. See http://www.github.com/vail130/wieldymarkup-ruby for more information.
Simple, Regular Expression powered template engine. Intelligently handles HTML input.
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
Pufferfish is an extensible html templating engine that generates raw html, meaning that it will not affect load times of websites. A full-blown javascript framework is sometimes a bit overkill for a static website. Pufferfish adds some simple templating to html so you don't have to use such a framework for small projects or for pages that require fast loading. Pufferfish will compile your files to raw html. For more information on its usage, see Pufferfish's GitHub page.
Find all the HTML classes used in your templates. Super-duper experimental, only works on Slim and ERB (although any Temple engine can be adapted), and only find classes statically in the templates themselves.
EZML (EZ Markup Language) is an elegant and fast templating engine. EZML is a layer built on top of HTML to dramatically reduce the time taken to develop HTML projects. EZML Was developed as a internal tool for AppFlow to develop their websites. Once we saw how much time was reduced, we decided to provide this to the public.