freemarker 的 include指令,引入另一个页面

from  http://www.oecp.cn/hi/LOLA/blog/2056
<html>
	<head>
	  <title>Test page</title>
	</head>
	<body>
	  <h1>Test page</h1>
	  <p>Blah blah...
	<#include "/copyright_footer.html">
	</body>
	</html> 
原文地址:https://www.cnblogs.com/passer1991/p/3522693.html