diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml
index da27839..f922f39 100644
--- a/input/pagecontent/history.xml
+++ b/input/pagecontent/history.xml
@@ -5,92 +5,37 @@
This page provides the version history for the Bangladesh Core FHIR Implementation Guide.
-
Loading version history...
-
-
-
-
Published Versions
-
-
+
+ Published Versions
+
+
+
+ | Version |
+ Date |
+ Status |
+ Description |
+
+
+
+ {% for entry in site.data['package-list'].list %}
+ {% unless entry.version == 'current' %}
- | Version |
- Date |
- Status |
- Description |
+ {{entry.version}} |
+ {{entry.date | default: 'N/A'}} |
+ {{entry.status | default: 'unknown'}} |
+ {{entry.desc}} |
-
-
-
-
-
- Continuous Integration Build
-
-
+ {% endunless %}
+ {% endfor %}
+
+
-
-
Version history not available.
-
-
- {% raw %}
-
- {% endraw %}
+
Continuous Integration Build
+ {% for entry in site.data['package-list'].list %}
+ {% if entry.version == 'current' %}
+
+ {% endif %}
+ {% endfor %}
\ No newline at end of file