Sha256: 514f83166c8becea1b73716122e344bf4e052c41a32aa81f1e9b38b62f073c66

Contents?: true

Size: 664 Bytes

Versions: 103

Compression:

Stored size: 664 Bytes

Contents

!!!
%html
%head
  %meta{"charset" => "utf-8"}/
  %meta{"content" => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
  %title what are you doing?
  %style= @style
%body
  %header
    %h1= @page_title
    %p
      %a{ href: 'index.html' }= "[[Home]]"
  %article
    %ul
      - @items.each do |i|
        %li
          %span.date= i[:date]
          %div.entry
            = i[:title]
            %span.section= i[:section]
            - if i[:time] && i[:time] != "00:00:00"
              %span.time= i[:time]
            - if i[:note]
              %ul.note
                - i[:note].map{|n| n.strip }.each do |li|
                  %li= li
    = @totals

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
doing-2.0.5.pre lib/examples/plugins/templates/wiki.haml
doing-2.0.3.pre lib/examples/plugins/templates/wiki.haml
doing-2.0.2.pre lib/examples/plugins/templates/wiki.haml