diff --git a/refpolicy/doc/templates/global_bool_list.html b/refpolicy/doc/templates/global_bool_list.html
index 9a31b2b..8172985 100644
--- a/refpolicy/doc/templates/global_bool_list.html
+++ b/refpolicy/doc/templates/global_bool_list.html
@@ -1,11 +1,14 @@
Global booleans:
[[for bool in booleans]]
-
-
[[bool['bool_name']]]
-
Default Value: [[bool['def_val']]]
+
+
[[bool['bool_name']]]
+
+
Default value
+
[[bool['def_val']]]
[[if bool['desc']]]
+
Description
[[bool['desc']]]
[[end]]
-
+
[[end]]
diff --git a/refpolicy/doc/templates/global_tun_list.html b/refpolicy/doc/templates/global_tun_list.html
index 895acfa..b08ed59 100644
--- a/refpolicy/doc/templates/global_tun_list.html
+++ b/refpolicy/doc/templates/global_tun_list.html
@@ -1,11 +1,14 @@
Global tunables:
[[for tun in tunables]]
-
-
[[tun['tun_name']]]
-
Default Value: [[tun['def_val']]]
+
+
[[tun['tun_name']]]
+
+
Default value
+
[[tun['def_val']]]
[[if tun['desc']]]
+
Description
[[tun['desc']]]
[[end]]
-
+
[[end]]