Chapter 6: initial samples

This commit is contained in:
Beth Griggs
2020-05-22 00:21:50 +01:00
parent ed914ab3f0
commit 45e2b0cb96
340 changed files with 54213 additions and 0 deletions
@@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
@@ -0,0 +1,5 @@
extends layout
block content
h1= title
p Welcome to #{title}
@@ -0,0 +1,7 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content