10 lines
205 B
Text
10 lines
205 B
Text
doctype html
|
|
html
|
|
head
|
|
meta(charset='utf-8')
|
|
title Calendar Webapp
|
|
link(rel='stylesheet', type='text/css', href='/calendarwebapp.css')
|
|
body
|
|
block navigation
|
|
include navigation
|
|
block content
|