Forum Moderators: mack
i was working on a page that has following
<%-- Title --%>
<%= com.csi.cms.CMSContent.getContent(pageContext, 1, "title_home") %>
<%-- End Title --%>
<%-- Meta Tags --%>
<%= com.csi.cms.CMSContent.getContent(pageContext, 1, "metatags_home") %>
<%-- End Meta Tags --%>
is it better to go this way or make each page like you would in html.
<title>123</title>
<meta name="description" content="123" >
<meta name="keywords" content="123" >