Sha256: 5e0b55b5198cc52c3d0360f831202f73ba87fad93093b6a0374a012863d8409b
Contents?: true
Size: 689 Bytes
Versions: 4
Compression:
Stored size: 689 Bytes
Contents
doctype html 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