An HTML-like template engine designed to enhance HTML with logic through custom tags such as <ar-if>, <ar-for>, and <ar-view> for dynamic content generation.
Tagged templates to enhance your text processing experience
Tagtical allows you do create subclasses for Tag and add additional functionality in an STI fashion. For example. You could do Tag::Color.find_by_name('blue').to_rgb. It also supports storing weights or relevance on the taggings.