This file is indexed.

/usr/share/doc/libjs-jsrender/demos.html is in libjs-jsrender 1.0~pre21-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>JsRender: Demos</title>
<link href="resources/demos.css" rel="stylesheet" type="text/css" />
</head>
<body>

<div class="subhead"><< <a href="index.html">Index for JsRender and JsViews</a></div>

<h2>JsRender: Demos</h2>

<h3>JsRender - step-by-step samples</h3>

<ul class="indexitems">
	<li><a href="step-by-step/01_inserting-data.html">Inserting data values</a></li>
	<li><a href="step-by-step/02_compiling-named-templates-from-strings.html">Compiling named templates from strings</a></li>
	<li><a href="step-by-step/03_converters-and-encoding.html">{{: }} and {{> }}</a></li>
	<li><a href="step-by-step/04_if-else-tag.html">{{if}} and {{else}}</a></li>
	<li><a href="step-by-step/05_for-tag.html">{{for}}</a></li>
	<li><a href="step-by-step/06_template-composition.html">Template composition</a></li>
	<li><a href="step-by-step/07_paths.html">Accessing paths</a></li>
	<li><a href="step-by-step/08_custom-tags.html">Custom tags</a></li>
	<li><a href="step-by-step/09_helper-functions.html">'Helper' functions</a></li>
	<li><a href="step-by-step/10_comparison-tests.html">Comparison tests</a></li>
	<li><a href="step-by-step/11_accessing-parent-data.html">Accessing parent data</a></li>
	<li><a href="step-by-step/12_passing-in-context.html">Passing in context</a></li>
	<li><a href="step-by-step/13_associating-helpers-with-templates.html">Associating helpers with templates</a></li>
	<li><a href="step-by-step/20_without-jquery.html">JsRender without jQuery</a></li>
</ul>

<h3>JsRender - variants and details</h3>

<ul class="indexitems">
	<li><a href="variants/variants.html">Samples: variants and details</a></li>
</ul>

<h3>JsRender - scenario examples</h3>

<ul class="indexitems">
	<li><a href="scenarios/01_default-values-scenario.html">'Default values' scenario</a></li>
	<li><a href="scenarios/02_separators-scenario.html">'Separators' scenario</a></li>
	<li><a href="scenarios/03_iterating-through-fields-scenario.html">'Iterating through fields' scenario</a></li>
	<li><a href="scenarios/04_assigning-variables-scenario.html">'Assigning variables' scenario</a></li>
	<li><a href="scenarios/05_arrays-plus-headers-and-footers.html">Layout templates: headers, footers and rendered items</a></li>
</ul>
</body>
</html>