doctype html
html(lang='en')
  head
    include ../../include/head
    title Container by Eden.
    link(href='../css/style.css', rel='stylesheet')
  body
    .universe#container-pg
        #container
            .row
                .container
                    h1 The Eden Container.
            .row.container-example
                .container
    // jQuery CDN script via google
    // <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
