Sha256: c5dc086e26f998502b183ca163f2e9f8912e22ee2bb889aa828edb04c6948504

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

<?rb ## '@_layout' variable is equivarent to '{% extends "foobar.html" %}' ?>
<?rb ## in Django template engine. ?>
<?rb @_layout = 'ex10-customlayout.rbhtml' ?>

<?rb ## main content part ?>
<?rb start_capture(:content_part) ?>
<ul>
<?rb for item in @items ?>
  <li>${item}</li>
<?rb end ?>
</ul>
<?rb stop_capture() ?>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tenjin-0.6.2 test/data/faq/ex10-content.rbhtml
tenjin-0.6.0 test/data/faq/ex10-content.rbhtml
tenjin-0.6.1 test/data/faq/ex10-content.rbhtml