html
    head
        title Info
        link( href="css/info.css" rel="stylesheet" type="text/css")
        link(href='http://fonts.googleapis.com/css?family=Alegreya:400,700|Roboto+Condensed' rel='stylesheet' type='text/css')

    body()
        .container
            h1 3P Test Page
            hr
            p Pug and Sass working
            p PHP data passed:: {{$name}}




