12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
<%@ page language="java"%>
|
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="temp" %>
|
|
<temp:template templatePage="contentTemplate.jsp">
|
|
<temp:setAttribute name="color" value="blue"/>
|
|
<temp:section name="title">
|
|
Left Content
|
|
</temp:section>
|
|
<temp:section name="content">
|
|
Default Left Content
|
|
</temp:section>
|
|
</temp:template>
|