Skip to content

Instantly share code, notes, and snippets.

@keyle
Created December 7, 2011 06:06
Show Gist options
  • Save keyle/1441658 to your computer and use it in GitHub Desktop.
Save keyle/1441658 to your computer and use it in GitHub Desktop.
taml 1
taml {
div #left {
ul #list @items {
li {
a .item {
@item.text
}
}
}
}
div #right {
h2 {
@title
}
form {
div .formItem {
span .label {
"title"
}
input type=text {}
}
div .formItem {
span .label {
"title"
}
input type=text {}
}
div .formItem {
span .label {
"title"
}
input type=text {}
}
div .buttons {
button {
"save"
}
button {
"cancel"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment