The CommonStyles template part will render the WEM runtime stylesheets. This template part is commonly placed in the <head> segment of the website.
CommonStyles
<head>
<% CommonStyles %>
<head> <title>Title of the application</title> <!-- Head content --> <% CommonStyles %> <!-- Head content --> </head>
<link rel="stylesheet" href="/static/styles/default.css"> <link rel="stylesheet" href="/static/styles/customcontrol.css">
Last updated 5 hours ago
Was this helpful?