10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
script(src="/javascripts/vendor/jquery.min.js")
|
|
script(src="/javascripts/radio.js")
|
|
body
|
|
block content
|