mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
|
!!! 1.1 Transitional
|
||
|
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
|
||
|
%head
|
||
|
%title= page.title
|
||
|
- if page.respond_to? :description
|
||
|
%meta{:name=>"description", :content=>page.description}/
|
||
|
- if page.respond_to? :keywords
|
||
|
%meta{:name=>"keywords", :content=>page.keywords}/
|
||
|
%body
|
||
|
#header
|
||
|
.page_width
|
||
|
%a.title(href="/")Blog
|
||
|
%ul#header_nav.nav
|
||
|
%li.alpha
|
||
|
%a(href="/") Home
|
||
|
#page
|
||
|
.page_width
|
||
|
= content
|
||
|
#footer
|
||
|
.page_width Footer
|