-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapst.html
More file actions
38 lines (24 loc) · 732 Bytes
/
capst.html
File metadata and controls
38 lines (24 loc) · 732 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
---
# jekyll header
active: capstatements
level: 2
---
{% include header.html %}
{% include container-start.html %}
<!-- ============BreadCrumb=============== -->
{% include breadcrumbs.html %}
<!-- ============CONTENT CONTENT=============== -->
<h2>CapabilityStatement: {{[id]}}</h2>
<p>
Formats: <a href="{{[type]}}-{{[id]}}.html">Narrative</a>, <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 %}
<p>
<!-- spacer -->
</p>
<p>
<!-- spacer -->
</p>
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}