calendar-webapp/views/layout.dt

11 lines
205 B
Text
Raw Normal View History

2017-08-02 01:56:36 +02:00
doctype html
html
head
meta(charset='utf-8')
title Calendar Webapp
2017-08-07 00:01:02 +02:00
link(rel='stylesheet', type='text/css', href='/calendarwebapp.css')
2017-08-02 01:56:36 +02:00
body
block navigation
include navigation
block content