Path: blob/main/templates/index-linking-other-pages.ejs
164 views
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<p><%= text %></p>
<br/>
<div>
<p>Other EJS pages with includes:</p>
<ul>
<li>Normal page, <a href="/include-test">here</a></li>
<li>One include not exist, <a href="/include-one-include-missing-test">here</a>
(to raise errors)
</li>
<li>One attribute not exist, <a href="/include-one-attribute-missing-test">here</a>
(to raise errors)
</li>
</ul>
<div>
</body>
</html>