<?php include 'footer/index.html'; ?>
</body>
declare %rest:path('/cms/ehtml2html5')
%rest:GET
%output:method("html")
%output:html-version("5.0")...
function xhtmlsrc:view-html5(){ <body>
<?php include 'footer/index.html'; ?>
</body>};