Tayra is a full-featured abstract markup language to template web documents. It is primarily inspired from mako-templates and HAML (especially the indentation based markup definitions). Only templating language that allow developers to build and distribute their templates as plugins, not to mention the fact that tayra’s implementation itself is heavily based on plugins.
Example,
@doctype html
<html>
<head>
<style text/css>
.italics { font-style : italics; }
<body>
<div>
<p> <span .italics> hello world
<p> counting to hundred, ${[ x for x in range(1, 100) ]}
If you can’t find the information you’re looking for, have a look at the index or try to find it using the search function: