File: params.html

package info (click to toggle)
jekyll 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,908 kB
  • ctags: 687
  • sloc: ruby: 6,811; sh: 121; xml: 106; makefile: 35
file content (7 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
<span id='include-param'>{{include.param}}</span>

<ul id='param-list'>
  {% for param in include %}
    <li>{{param[0]}} = {{param[1]}}</li>
  {% endfor %}
</ul>