sailfish/examples/templates/include.stpl

11 lines
162 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<% include!("header.stpl"); %>
</head>
<body>
<h1><%\html title %></h1>
Hello, <%\html name %>!
</body>
</html>