Syntax:
<jsp:include page="relativeURL | <%=expression%>" flush="true|false" />
The page attribute is used to specify the relative path of the imported resource, which can also be obtained by executing an expression.
The flush attribute specifies whether to flush the output content of the current JSP page to the client first when inserting the output content of other resources.?