You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
539 B
22 lines
539 B
extends layouts/main-sidebar
|
|
block content
|
|
|
|
img(src="/img/the-bobs.jpg", alt="The Bobs have questions").responsive
|
|
|
|
.content-block
|
|
h1 Sample DTP Web Application
|
|
p This application doesn't actually do anything. The Bobs would have questions.
|
|
|
|
if user
|
|
h2 Current User
|
|
pre= JSON.stringify(user, null, 2)
|
|
|
|
if session
|
|
h2 Session
|
|
pre= JSON.stringify(session, null, 2)
|
|
|
|
h2 Site Configuration
|
|
pre= JSON.stringify(config, null, 2)
|
|
|
|
h2 Package Information
|
|
pre= JSON.stringify(pkg, null, 2)
|