calendar-webapp/views/layout.dt

11 lines
205 B
Plaintext

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