You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
477 B
15 lines
477 B
!!!
|
|
%html
|
|
%head
|
|
%title= page_title
|
|
%meta(charset='utf-8')
|
|
%meta(content='J.Infield' name='author')
|
|
%meta(name='description' content=page_description)
|
|
%meta(name='copyright' content='Copyright 2011 J.Infield, all rights reserved')
|
|
%link(rel='stylesheet' media='screen' href='stylesheets/soon.css')
|
|
%script(src='javascripts/jquery.min.js')
|
|
= yield :header
|
|
%body
|
|
#container
|
|
= yield
|
|
/ © Copyright 2011 J.Infield. All Rights Reserved.
|