View Shtml Top ((top))
<view top="100px"> <!-- contents --> </view>
If you use a browser's "View Page Source" (Ctrl+U), you will see the <!--#include...--> directives. You will only see the final merged HTML. To confirm your includes are working, always view the raw file on the server. view shtml top
wget -qO- http://yourdomain.com/index.shtml | head -n 20 <view top="100px"> <
– You might see something like: