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

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

    div id="footer"
      Copyright &copy; 2014