doctype html
html
  head
    title Slim Examples
    meta name="keywords" content="template language"
    meta name="author" content="John Doe"
    javascript:
      alert('Slim supports embedded javascript!')

  body
    h1 Markup examples

    div.error
      span..mis-spe//edclass

    #content
      p This example shows you how a basic Slim file looks like.

    div id="footer"
      Copyright &copy; 2014
