Sha256: 652820321f239208ee3541bd470f4da0af3d28a0e44146d6e164ab5a9b2ca920

Contents?: true

Size: 729 Bytes

Versions: 1

Compression:

Stored size: 729 Bytes

Contents

html
  head
    styles
      "public/css/main.emr"

    scripts
      "public/js/main.js"

  body
    nav
      a Emerald
      a Docs
      a Github

    header
      h1 Emerald!
      h2 A templating engine for multiple languages.

    main
      section
        h3 About
        p Emerald is a templating engine designed for use in multiple languages.
        p Emerald may be used as a templating engine for node, python, ruby, or go web applications.
        h1 ->
          this is some literal text, not an actual tag
            with an indent
          and multiple lines
          and an e$cape character
          p and a tag
        p this is an actual tag now

      footer
        p Copyright Emerald Language 2016

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emerald-lang-1.0.0 lib/emerald/index.emr