diff --git a/doc/Features.txt b/doc/Features.txt
index 9bed137752bf4c833b08cb02099d950c62ec5370..db56affc6f11f435f0227d31b4ac01b645d374df 100644
--- a/doc/Features.txt
+++ b/doc/Features.txt
@@ -1,5 +1,10 @@
 // [done], [not done], [not tested], etc.. are defined in asciidoc.conf
 
+
+Features
+========
+
+
 SFLphone feature map
 --------------------
 
@@ -64,6 +69,7 @@ SFLphone feature map
    - Suse 10 packages: [not done]
 
 SFLphone-qt (linux)
+-------------------
 
  * audiodevice input/output selector: [not done]
  * drag'n'drop over lcd screen: [done]
diff --git a/www/templates/page_features.php b/www/templates/page_features.php
new file mode 100644
index 0000000000000000000000000000000000000000..4670f77c1946eaefe7e855b99bd1f869d65ab2e5
--- /dev/null
+++ b/www/templates/page_features.php
@@ -0,0 +1 @@
+<?php show_page('Features.txt'); ?>