source/_layouts/default.haml
f5aca904
 ---
e0a0d093
 blog_title: My Octopress Blog
eefe29e5
 author: 
fcc761c7
 
16aab4ab
 twitter_user: imathis
c27f5f8e
 tweet_count: 3
24c5fedc
 show_replies: false
 
513cb7e0
 delicious_user: 
bc033cfa
 delicious_count: 3
8cb2f154
 
fcc761c7
 full_url: 
24c5fedc
 disqus_short_name: 
 
f6e169a8
 google_custom_search_id:
 google_analytics_tracking_id:
24c5fedc
 
f5aca904
 ---
 
82d0251d
 !!! 1.1 Transitional
 %html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
eefe29e5
 
   = include "head.haml"
bdc66eab
   %body(id="#{(page.respond_to?(:body_id) ? page.body_id : nil)}")
eefe29e5
     #header= include "header.haml"
     #nav= include "navigation.haml"
82d0251d
     #page
42251ddd
       #content
         #main
           .content= preserve rp(content)
eefe29e5
         #sidebar= include "sidebar.haml"
     = include "footer.haml"