Sha256: f7ca98a55b7f99090b3bc24fdb106814909b760dcf1a1da6c20f2f667a3804da

Contents?: true

Size: 699 Bytes

Versions: 4

Compression:

Stored size: 699 Bytes

Contents

!!!
%html
  %head
    %title= current_page.title
    %meta{ content: current_page.content("Description", :text), type: "description" }

    = stylesheet_link_tag    "application", :media => "all"
    = javascript_include_tag "application"
    = csrf_meta_tags
  %body
    = thesis_editor

    %header
      %h1= current_page.title

    %nav
      %ul
        - root_pages.each do |p|
          %li= link_to p.name, p.path

    %article
      .main-image= current_page.content("Main Image", :image)
      .content= current_page.content("Main Content", :html)

    %aside
      = current_page.content("Sidebar Content", :html)
      
    %footer
      %p= current_page.content("Footer Content", :text)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thesis-0.1.3 lib/generators/thesis/install/templates/page_templates/default.html.haml
thesis-0.1.1 lib/generators/thesis/install/templates/page_templates/default.html.haml
thesis-0.1.0 lib/generators/thesis/install/templates/page_templates/default.html.haml
thesis-0.0.4 lib/generators/thesis/install/templates/page_templates/default.html.haml