Example "test.embd":

<html>
	<head>
		<title><= caption ></title>
	</head>
	<body>
		<p>
			<% if (req.requestURL == "/") { %>
			Good
			<% } else { %>
			Bad
			<% } %>
		</p>
	</body>
</html>