View Shtml
To help narrow down your development or troubleshooting needs, let me know: Are you trying to on a live server?
Because .shtml files require a server to process the #include commands, you cannot simply open the file in your browser from your desktop like a regular .html file. view shtml
<!DOCTYPE html> <html> <head> <title>My SHTML Page</title> </head> <body> <!--#include virtual="/includes/header.html" --> <main> <p>This is the unique content of this page.</p> <!--#echo var="DATE_LOCAL" --> </main> <!--#include virtual="/includes/footer.html" --> </body> </html> To help narrow down your development or troubleshooting
