Update an Existing Default Section
1. Find the template in question under the <WT_HOME>/codebase.war/delivery/app/views/homePageSections directory and copy it to the same directory under <WT_HOME>/codebase.war/delivery/custom/
2. Make any necessary changes to the custom template html.
<!--This is a placeholder-->
<span data-bo-text="'WHAT'S_NEW' | translate"></span>
<span>Custom content added here!</span>
3. From a Windchill shell run the following command: java com.ptc.sc.util.TemplateGenerator <WT_HOME>/codebase.war/delivery/templateMap.js <WT_HOME>/codebase.war/delivery/custom
4. Rebuild the client artifacts by running the following command: <ANT_HOME>/bin/ant -f <WT_HOME>/codebase.war/delivery/minimize.xml