-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathex.html
More file actions
30 lines (18 loc) · 678 Bytes
/
ex.html
File metadata and controls
30 lines (18 loc) · 678 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
---
# jekyll header
level: 2
active: profiles
---
{% include header.html %}
{% include container-start.html %}
<!-- ============BreadCrumb=============== -->
{% include breadcrumbs.html %}
<!-- ============CONTENT CONTENT=============== -->
<h2>Example: {{[type]}}-{{[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 %}
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}