-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstance-template-format.html
51 lines (37 loc) · 1.22 KB
/
instance-template-format.html
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
41
42
43
44
45
46
47
48
49
50
51
---
# jekyll header
---
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<!-- instance template format -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rcpa, RCPA, Structured Cancer Reporting" />
<title>RCPA\rcpa - FHIR v1.6.0</title>
{% include header.html %}
</head>
<body>
{% include navbar.html %}
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb -->
<div class="container"> <!-- container -->
<ul class="breadcrumb">
<!-- daf\daf / page / daf -->
<li title="Colorectal Implementation Guide"><b>Home</b></li>
</ul>
</div> <!-- /container -->
</div> <!-- /segment-breadcrumb -->
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<!-- CONTENT CONTENT -->
<div class="col-9">
<h2>{{[title]}}</h2>
{% include {{[type]}}-{{[name]}}.xhtml %}
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
{% include footer.html %}
</body>
</html>