File: variants.html

package info (click to toggle)
jsrender 1.0~pre21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 560 kB
  • ctags: 90
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (3)
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>