Sha256: 17259b8aa6d9f13f1b66aeecdbe414fadaf510e2085a36c3f3a37b96ede62676
Contents?: true
Size: 322 Bytes
Versions: 11
Compression:
Stored size: 322 Bytes
Contents
title: test title author: test author <% content_for :css do %> body { color: red} <% end %> <% content_for :js do %> console.log( "hello, js" ) <% end %> # test header 1 test content 1 <% content_for :css do %> .slide1 { color: green } <% end %> # test header 2 test content 2
Version data entries
11 entries across 11 versions & 1 rubygems