File: partial_layout.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-- 161 bytes parent folder | download | duplicates (8)
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>
  <p>Some content within a layout</p>
</div>