/usr/share/doc/libjs-jsrender/variants/variants.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 | <!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="../demos.html">JsRender Demos</a></div>
<h2>JsRender: Variants and Details</h2>
<h3>Accessing templates</h3>
<ul class="indexitems">
<li><a href="accessing-templates/01_compiling-template-objects-from-strings.html">Compiling template objects from strings</a></li>
<li><a href="accessing-templates/02_registering-named-template-from-script-declaration.html">Registering script block template declarations as named templates</a></li>
<li><a href="accessing-templates/03_getting-template-objects-from-script-declaration.html">Getting template objects from script declarations</a></li>
<li><a href="accessing-templates/04_template-composition-subtemplates.html">Template composition: Registering subtemplates</a></li>
<li><a href="accessing-templates/05_template-composition-templateobjects.html">Template composition: Accessing template objects from context</a></li>
</ul>
</body>
</html>
|