Taggart v0.1.0 Taggart.Tags View Source

Define HTML tags.

Contains macros for creating a tag-based DSL.

Link to this section Summary

Functions

Define a new tag

Link to this section Functions

Define a new tag.

deftag :span
deftag :div

div do
  span("Foo")
end