-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs.html
More file actions
40 lines (23 loc) · 807 Bytes
/
vs.html
File metadata and controls
40 lines (23 loc) · 807 Bytes
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
---
# jekyll header
---
{% include header.html %}
<!-- ============BreadCrumbs=============== -->
{% include container-start.html %}
<!-- ============CONTENT CONTENT=============== -->
<!--
<h2>{{[title]}}</h2>
<p>
Formats: <a href="{{[type]}}-{{[id]}}.xml.html">XML</a>, <a href="{{[type]}}-{{[id]}}.json.html">JSON</a>, <a href="{{[type]}}-{{[id]}}.ttl.html">Turtle</a>
</p>
-->
<!-- include {{[type]}}-{{[name]}}.xhtml -->
{% include {{[type]}}-{{[id]}}-summary.xhtml %}
This value set is used by:
{% include {{[type]}}-{{[id]}}-xref.xhtml %}
{% include {{[type]}}-{{[id]}}-cld.xhtml %}
<h3>Expansion</h3>
{% include {{[type]}}-{{[id]}}-expansion.xhtml %}
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}