From 7cb360b1d273216740b3e9c0376363487133d58a Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 02:40:13 +0600 Subject: [PATCH] added history template --- input/pagecontent/history.xml | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 input/pagecontent/history.xml diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml new file mode 100644 index 0000000..8381edb --- /dev/null +++ b/input/pagecontent/history.xml @@ -0,0 +1,48 @@ + +
+

Version History

+ +

This page provides the version history for the Bangladesh Core FHIR Implementation Guide.

+ +

For a machine-readable version history, see package-list.json.

+ + {% if site.data.package-list %} + +

Published Versions

+ + + + + + + + + + + + {% for entry in site.data.package-list.list %} + {% if entry.version != 'current' %} + + + + + + + {% endif %} + {% endfor %} + +
VersionDateStatusDescription
{{ entry.version }}{{ entry.date }}{{ entry.status }}{{ entry.desc }}
+ +

Continuous Integration Build

+ + {% for entry in site.data.package-list.list %} + {% if entry.version == 'current' %} +

The latest development build is available at: {{ entry.path }}

+

Note: This is a continuous integration build and may be unstable.

+ {% endif %} + {% endfor %} + + {% else %} +

Version history not available.

+ {% endif %} +
\ No newline at end of file