File: partial_layout_erb.xhtml

package info (click to toggle)
ruby-haml 4.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 868 kB
  • ctags: 748
  • sloc: ruby: 5,718; makefile: 17
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<h1>Partial layout used with for block:</h1>
<div class='partial-layout'>
  <h2>This is inside a partial layout</h2>
  Some content within a layout
</div>