123456789 <body> <x-include template="layout/header"/> <x-include template="./section"/> <x-include template="relative/inner"/> <x-include template="layout/footer"/></body>
<body>
<x-include template="layout/header"/>
<x-include template="./section"/>
<x-include template="relative/inner"/>
<x-include template="layout/footer"/>
</body>