File: partials.xhtml

package info (click to toggle)
ruby-hamlit 2.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,332 kB
  • sloc: ruby: 10,583; ansic: 550; sh: 23; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>
@foo =
value one
</p>
<p>
@foo =
value two
</p>
<p>
  @foo =
  value two
</p>
Toplevel? false
<p>
  @foo =
  value three
</p>

<p>
@foo =
value three
</p>