Sha256: c37dbde872551c591abb7318e2f28063b93aba42aeda8ce300ac7d5bea51e45a

Contents?: true

Size: 207 Bytes

Versions: 15

Compression:

Stored size: 207 Bytes

Contents

%{ extends 'grandparent' -}
%{ block :title  }Parent Title
%{ endblock -}

%{ block :body  -}
Parent Body
%{ block_super -}
%{ endblock -}
%{ block :footer  -}
%{ block_super -}
Parent Footer
%{ endblock -}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spontaneous-0.2.0.beta10 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta9 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta8 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta7 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta6 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta5 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta4 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta3 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta2 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.beta1 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.alpha7 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.alpha6 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.alpha5 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.alpha4 test/fixtures/templates/extended/parent.html.cut
spontaneous-0.2.0.alpha3 test/fixtures/templates/extended/parent.html.cut