mam-project-templates
Version:
my personal templating projects
16 lines (15 loc) • 351 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<!--=include test.html -->
<!-- = include test.html -->
<!--=include test.html-->
<!-- =include test.html-->
<!-- =require test.html -->
<!-- = this is a comment without an include that happens to match -->
</body>
</html>